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.