Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Last active November 26, 2021 10:12
Show Gist options
  • Save wmakeev/8ee57fceac1640aa65ed399684224974 to your computer and use it in GitHub Desktop.
Save wmakeev/8ee57fceac1640aa65ed399684224974 to your computer and use it in GitHub Desktop.
[json CLI] #json #cli #tools

Install

npm install json -D

Get field value

cat package.json | json version

Update json field

json -I -f package.json -e \"this.version = '$(semver -i patch $(cat package.json | json version))'\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment