fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 214 forks source link

error when trying to get credentials #150

Closed sudharsans closed 7 years ago

sudharsans commented 7 years ago

Could some please help? I get the below error when trying to get.

$credstash -t test-table put -k alias/test-key test supersecretpassword1234 test has been stored

$credstash -t test-table get -k alias/test-key test credstash get: error: argument context: 'test' is not the form of "key=value"

alex-luminal commented 7 years ago

ditch the -k alias/test-key

sudharsans commented 7 years ago

Thank you for the swift reply. it worked :)