Skip to content
New issue

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

Add vault remove command #7

Open
adilsoncarvalho opened this issue Feb 11, 2025 · 0 comments
Open

Add vault remove command #7

adilsoncarvalho opened this issue Feb 11, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@adilsoncarvalho
Copy link
Owner

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.

vaults remove [name]
  • 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

@adilsoncarvalho adilsoncarvalho added the enhancement New feature or request label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant