Skip to main content

Usage

anaconda sites add --domain <DOMAIN> [OPTIONS]

Description

Adds a new site configuration to ~/.anaconda/config.toml. At minimum, --domain is required. If --name is omitted, the domain is used as the site name. When this is the only configured site, it is automatically set as the default_site. A diff is shown for confirmation unless --yes or --dry-run is specified.

Options

Examples

Add a site with a custom name and set it as default
anaconda sites add --domain anaconda-platform.example.com --name my-platform --default
Preview the config change without writing
anaconda sites add --domain anaconda-platform.example.com --dry-run
Add a site with SSL verification disabled
anaconda sites add --domain anaconda-platform.example.com --no-ssl-verify