vlt token
Usage:
$ vlt token list$ vlt token add$ vlt token rmManage registry authentication tokens in the vlt keychain.
To target a specific configured registry by alias, use
vlt registry <alias> token <subcommand>.
See
Targeting a specific registry.
Subcommands
list
List all tokens for configured registries. Queries each registry’s token API and displays token metadata including key, creation date, and permissions.
$ vlt token listadd
Add a token for the specified registry. You will be prompted to paste the bearer token.
$ vlt token addrm
Remove the stored token for the specified registry.
$ vlt token rm