Skip to content
ClientCommandstoken

vlt token

Usage:

Terminal
$ vlt token list
$ vlt token add
$ vlt token rm

Manage 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.

Terminal
$ vlt token list

add

Add a token for the specified registry. You will be prompted to paste the bearer token.

Terminal
$ vlt token add

rm

Remove the stored token for the specified registry.

Terminal
$ vlt token rm