abra app secret insert
shouldn't ask for inline secrets
#646
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
abra app secret insert <domain> <secret-name> <version> <data>
will leave<data>
stored on the shell history. would be better if it prompts the operator instead :DYeh, fair point. However, this might break existing scripts if we change this now perhaps? I agree it's not ideal that passwords are passed directly on the CLI.
for backwards compatibility make the
<data>
argument optional and prompt when missing?