Documentation Index
Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Usage
anaconda org label <ACTIONS> [OPTIONS]
Description
Manages your Anaconda repository labels. Exactly one action must be specified. Labels organize package versions within an account; the default label is main.
Arguments
Actions
Options
Examples
List all labels
anaconda org label --list
Show files in a label
anaconda org label --show main
Copy a label
anaconda org label --copy main dev
Lock a label
anaconda org label --lock release
Remove a label
anaconda org label --remove old-release
List an organization’s labels
anaconda org label --list --organization my-org