Skip to main content
The 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:
  1. anaconda auth login to authenticate.
  2. anaconda token install to issue and store a repository token for your organization.
  3. anaconda token list to 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 written
Remove token and related data from keyring and conda configuration

Global options

Option
Description
--help
Show help message