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