VaultCLI Login Command
Use the vaultCLI login command to log into your secrets vault. The login will expire in 30 minutes.
Syntax
vaultcli login [options]
Option | Description |
-h or --help |
Displays usage text. |
-C or --cacert string |
The CA certificate to use to verify the Secrets Vault server. Strings must be enclosed in double quotes. |
-l or --login-URL string |
The login URL for the secrets vault. |
-p or --password string |
Login password. You will be prompted to enter if not provided. Strings must be enclosed in double quotes. |
-u or --username string |
Login username. You will be prompted to enter if not provided. Strings must be enclosed in double quotes. |