Skip to main content

Usage

anaconda token install [OPTIONS]

Description

Issues a new repository token from anaconda.com for your organization and stores it in the keyring. If a token already exists for the organization, you are prompted to confirm before reissuing (reissuing revokes the previous token). When --set-default-channels is enabled (the default), conda is automatically configured to use the premium Anaconda repository channels. Side effects: Writes token to keyring; optionally modifies conda configuration.

Arguments

Options

Examples

Install a token interactively
anaconda token install
Install for a specific organization
anaconda token install --org my-organization
Install a token received via email
anaconda token install <TOKEN> --org my-organization
Skip all confirmation prompts
anaconda token install --org my-organization --yes