esc icon indicating copy to clipboard operation
esc copied to clipboard

Add option to prompt and mask value when using `--secret` for `pulumi env`

Open desteves opened this issue 8 months ago • 2 comments

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

pulumi env set test key --secret expects the secret value to be passed as an argument. This is not optimal, as it's saved in the terminal history as plain-text, etc. Instead, consider adding a prompt/mask experience similar to that of pulumi config set key --secret.

Affected area/feature

desteves avatar Jun 14 '24 19:06 desteves