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
The vaults add command will allow the user to add the location of a vault to the configuration with a name to later allow the user to reference its vault using its name, not requiring to be in the vault directory to run any commands.
ℹ This command does not make any change to the vault files.
vaults add [name] [directory] [--default]]
command: vaults
subcommand: add
parameter: vault name
parameter: vault path
flag: --default sets this vault as the default one for any invocations
the vault name must pass this regex check: /^[A-Za-z0-9-_]+$/
the path must exist
fails if a vault with that name already exists
this information is stored inside the configuration file
The text was updated successfully, but these errors were encountered:
The
vaults add
command will allow the user to add the location of a vault to the configuration with a name to later allow the user to reference its vault using its name, not requiring to be in the vault directory to run any commands.ℹ This command does not make any change to the vault files.
command:
vaults
subcommand:
add
parameter: vault name
parameter: vault path
flag:
--default
sets this vault as the default one for any invocationsthe vault name must pass this regex check:
/^[A-Za-z0-9-_]+$/
the path must exist
fails if a vault with that name already exists
this information is stored inside the configuration file
The text was updated successfully, but these errors were encountered: