Skip to main content
The anaconda sites command group manages site configuration in ~/.anaconda/config.toml. It ships as part of the anaconda-auth package and is registered as a top-level subcommand under the anaconda CLI. Sites define which Anaconda domain the CLI targets for authentication, repository access, and API calls. Most users need a single site entry pointing at their Anaconda Platform deployment. The typical setup workflow is:
  1. anaconda sites add --domain <FQDN> --default to register your platform.
  2. anaconda auth login to authenticate against it.
Use --dry-run on any sites command that writes to config.toml (add, modify, remove) to preview the changes before they are applied.

Subcommands

Command
Description
List configured sites by name and domain
Show site configuration for a site
Add new site configuration
Modify existing site configuration
Remove site configuration

Global options

Option
Description
-h, --help
Show help message