Skip to main content

Usage

anaconda org config [OPTIONS]

Description

Manages anaconda-client configuration. Use this command to view, set, or remove configuration variables. Configuration is stored in YAML files at the user or system level. On most systems, the user configuration file is at ~/.continuum/anaconda-client/config.yaml, or at the path controlled by the BINSTAR_CONFIG_DIR environment variable. Run anaconda org config --files to print the user and system config file paths on this machine.

Options

Configuration keys

Set the following configuration options with the --set flag:
anaconda org config --set <OPTION> <VALUE>

Examples

Show the current configuration
anaconda org config --show
Show configuration file locations
anaconda org config --files
List every config source and its contents
anaconda org config --show-sources
Get a specific variable
anaconda org config --get url
Remove a configuration variable
anaconda org config --remove ssl_verify
Set a configuration variable
anaconda org config --set auto_register no
Set a system-wide variable
anaconda org config --set url https://api.anaconda.org --system