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:
anaconda sites add --domain <FQDN> --default to register your platform.
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
Global options