We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The vaults remove command will allow the user to remove the location of a vault to the configuration with a name.
vaults remove
ℹ This command does not make any change to the vault files.
vaults remove [name]
command: vaults
vaults
subcommand: remove
remove
parameter: vault name
the vault name must pass this regex check: /^[A-Za-z0-9-_]+$/
/^[A-Za-z0-9-_]+$/
don't fail if there is no entry with that vault name
the information is removed from the configuration file
if the entry removed is the default, leaves the default as empty
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
vaults remove
command will allow the user to remove the location of a vault to the configuration with a name.ℹ This command does not make any change to the vault files.
command:
vaults
subcommand:
remove
parameter: vault name
the vault name must pass this regex check:
/^[A-Za-z0-9-_]+$/
don't fail if there is no entry with that vault name
the information is removed from the configuration file
if the entry removed is the default, leaves the default as empty
The text was updated successfully, but these errors were encountered: