Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(patch): add arrays to CLI options #100

Merged
merged 1 commit into from
Oct 16, 2023
Merged

feat(patch): add arrays to CLI options #100

merged 1 commit into from
Oct 16, 2023

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented Oct 16, 2023

the --value flag only supported object fields, for arrays using a patch file was required. This change now supports a --value "[1,2,3]" format for arrays.

the `--value` flag only supported object fields, for arrays
using a patch file was required. This change now supports a
`--value "[1,2,3]"` format for arrays.
@Tieske Tieske merged commit 1ffaa0a into main Oct 16, 2023
3 checks passed
@Tieske Tieske deleted the pathc-array branch October 16, 2023 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant