8000 Appending many items to an array · Issue #4 · cppforlife/go-patch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Appending many items to an array #4
Open
@drich10

Description

@drich10

It would be lovely if I could append multiple items in a single operation. It can become a bit unwieldily writing it many times.

- type: replace
  path: /releases/-
  value:
    name: extra-release-0
    version: 0
    url: file://extra-release-0

- type: replace
  path: /releases/-
  value:
    name: extra-release-1
    version: 1
    url: file://extra-release-1

- type: replace
  path: /releases/-
  value:
    name: extra-release-2
    version: 2
    url: file://extra-release-2

--->

?

Wish I had a good suggestion for what could be done here 😋

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0