Skip to main content

Usage

anaconda sites remove [OPTIONS] <SITE>

Description

Removes a site configuration from ~/.anaconda/config.toml. The last remaining site cannot be removed. If the removed site was the default, the next available site becomes the new default. Side effects: Writes to ~/.anaconda/config.toml. A diff is shown for confirmation unless --yes or --dry-run is specified.

Arguments

Options

Examples

Remove a site by name
anaconda sites remove my-platform
Preview site removal without writing
anaconda sites remove my-platform --dry-run
Remove a site and confirm without prompting
anaconda sites remove my-platform --yes