jsonpick
v2.0.0
Published
Pick values from a JSON file
Downloads
2
Readme
jsonpick
jsonpick picks values from a json file based on dot notation selectors.
Install
npm install -g jsonpick
Use
jsonpick aws.secret < file.json
Cli Options
--newline // print a newline or no (default true)
--file // read a file /path/to/file.json
Changelog
2.0.0
- Support for reading from stdin
- Moved file support behind a flag
1.0.0
- Initial release :tada:
enjoy.