credhub-cli icon indicating copy to clipboard operation
credhub-cli copied to clipboard

passwords starting with a dash are not supported

Open jsievers opened this issue 2 years ago • 4 comments

What version of the credhub server you are using?

Server Version: 2.12.6

What version of the credhub cli you are using?

CLI Version: 2.9.3

If you were attempting to accomplish a task, what was it you were attempting to do?

set a password whose value is predetermined and starts with a dash (-)

What did you expect to happen?

password should be set

What was the actual behavior?

$ credhub set -t password -n '/example-password' -w '-supersecret'
expected argument for flag `-w, --password', but got option `-supersecret'

Please confirm where necessary:

  • [x] I have included a log output
  • [x] My log includes an error message
  • [x] I have included steps for reproduction

If you are a PCF customer with an Operation Manager (PCF Ops Manager) please direct your questions to support (https://support.pivotal.io/)

jsievers avatar Jul 21 '22 12:07 jsievers