2.0.0 • Published 10 years ago
jsonpick v2.0.0
jsonpick
jsonpick picks values from a json file based on dot notation selectors.
Install
npm install -g jsonpickUse
jsonpick aws.secret < file.jsonCli Options
--newline // print a newline or no (default true)
--file // read a file /path/to/file.jsonChangelog
2.0.0
- Support for reading from stdin
- Moved file support behind a flag
1.0.0
- Initial release :tada:
enjoy.