anaconda token command group manages repository tokens used to access Anaconda premium channels. It ships as part of the anaconda-auth package and is registered as a top-level subcommand under the anaconda CLI.
If your organization has an Anaconda Business subscription with premium repository access, use these commands to install and manage the tokens that grant conda access to those channels. The typical workflow is:
anaconda auth loginto authenticate.anaconda token installto issue and store a repository token for your organization.anaconda token listto verify the token is installed.
Commands that contact anaconda.com (such as
install) require you to be logged in via anaconda auth login.Subcommands
Command
Description
Create and install a new repository token
Uninstall a repository token for a specific organization
List all installed repository tokens
Configure conda default channels for premium repository access
Install a token with control over which
.condarc file is writtenRemove token and related data from keyring and conda configuration
Global options
Option
Description
--helpShow help message