Skip to content

Instantly share code, notes, and snippets.

@FujiHaruka
Created December 20, 2017 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FujiHaruka/1413603403b6694a5d35e8fcbb019f3d to your computer and use it in GitHub Desktop.
Save FujiHaruka/1413603403b6694a5d35e8fcbb019f3d to your computer and use it in GitHub Desktop.
Modify a JSON file from command line
cat package.json | jq '.name = "modified-name"' | sponge package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment