Closed mblakele closed 7 years ago
--key
is only used on a put
.
Unexpected syntax:
credstash --region $region --table $table put --key $key name value
That is, the global options have to come before the action, and action-specific option(s) must follow it.
Thanks for releasing credstash. It looks useful, but I'm having trouble with a custom key name. If this isn't a bug, please let me know where I'm going wrong.
It seems like
-k
and--key
aren't recognized. I don't see them in--help
either, but they're in https://github.com/fugue/credstash/blob/master/README.md and https://github.com/fugue/credstash/blob/master/credstash.pyOther info that might help:
I also tried
pip install -U 'git+ssh://git@github.com/fugue/credstash'
: no different.