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
It would be nice to get a prompt if the value is omitted during a write operation
This would still work
$ chamber write service key value
<secret stored>
$
If value is omitted, then it could prompt
$ chamber write service key
A value was not provided, please provide it in the secure prompt below and press enter.
<user types in secret and it does not show up visually><user presses enter><secret stored>
$
The text was updated successfully, but these errors were encountered:
It doesn't really address the request here, but passing a value of - to chamber write has chamber read the value from standard input. There is no prompt, and the value being typed is echoed back. If the secret value is piped in from a file, though, it wouldn't appear. Something like:
It would be nice to get a prompt if the
value
is omitted during awrite
operationThis would still work
If
value
is omitted, then it could promptThe text was updated successfully, but these errors were encountered: