PASM CLI Create-Pwd-Secret Command
Use the PASM CLI create-pwd-secret command to create a password static secret within the specified box in your KeyControl Vault for Secrets.
Syntax
pasmcli create-pwd-secret [options]
Option | Description |
-h or --help |
Displays usage text. |
-b, --boxid string |
ID or name of the Box. |
-d, --description string |
Short description for the Secret. |
-e, --expires_at string |
Expiration time in RFC 3339 format. |
-n, --name string |
Name of the Secret. |
-p, --password string |
Password for Secret. |
-t, --tagkey stringArray |
Tag key to associate with the Secret. This option is repeatable. |
-v, --tagvalue stringArray |
Tag value to associate with the Secret. This option is repeatable. |