json-patch-cli
v0.1.0
Published
cli patcher for json files
Maintainers
Readme
json-patch-cli
CLI patcher for JSON files
Usage
Usage: cli [options] [command]
Options:
-h, --help display help for command
Commands:
set <file> <path> <value>
unset <file> <path>
push <file> <path> <value>
help [command] display help for commandExamples
Set value
npx json-patch-cli set package.json script/prebuild "rimraf dist"Unset value
npx json-patch-cli unset package.json script/prebuildPush value
npx json-patch-cli push package.json keywords "package" 