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.
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.