You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
credstash -r ap-southeast-1 --table xxxx -p profile put -v 0000000000000000002 key value
gives the following output:
pkey version 0000000000000000002 is already in the credential store. Use the -v flag to specify a new version
I've also tried this with thesame result:
credstash -r ap-southeast-1 --table xxxx -p profile put key value -v 0000000000000000002
Note that the docs are very confusing as to the position of options. credstash is very forgiving about the position of some options, but not for the position of the v option.
the -a option does not work at all.
The text was updated successfully, but these errors were encountered:
gives the following output:
pkey version 0000000000000000002 is already in the credential store. Use the -v flag to specify a new version
I've also tried this with thesame result:
Note that the docs are very confusing as to the position of options. credstash is very forgiving about the position of some options, but not for the position of the
v
option.the
-a
option does not work at all.The text was updated successfully, but these errors were encountered: