Skip to main content

Usage

anaconda sites modify (--domain <DOMAIN> | --name <NAME>) [OPTIONS]

Description

Modifies an existing site configuration in ~/.anaconda/config.toml. At least one of --domain or --name is required to identify the site to modify. Only the options you supply are changed; other values are preserved. Side effects: Writes to ~/.anaconda/config.toml. A diff is shown for confirmation unless --yes or --dry-run is specified.

Options

Examples

Change the domain for an existing site
anaconda sites modify --name my-platform --domain new-platform.example.com
Disable SSL verification for an existing site
anaconda sites modify --name my-platform --no-ssl-verify
Set an existing site as default
anaconda sites modify --name my-platform --default
Preview changes without writing
anaconda sites modify --name my-platform --domain new.example.com --dry-run