Versent / unicreds

unicreds is a CLI which manages secrets in AWS using DynamoDB and KMS.
https://github.com/Versent/unicreds
MIT License
117 stars 39 forks source link

unicreds -json get xxx prints to err not stdout #57

Open mkleint opened 8 years ago

mkleint commented 8 years ago

using unicreds together with jq could be simpler if uncreds would print the json content to stdout and not error stream. now I have to do uncreds --json get xxx 2>&1 |jq ....