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 package <ACTIONS> <SPEC> [OPTIONS]
Description
Package utilities for creating packages and managing collaborators. Exactly one action must be specified.
Arguments
Actions
Options
Examples
Create a new package
anaconda org package myusername/numpy --create --summary "Numerical computing library"
Add a collaborator to a package
anaconda org package myusername/numpy --add-collaborator teammateusername
List all collaborators
anaconda org package myusername/numpy --list-collaborators
Create a private package
anaconda org package myusername/my-internal-tool --create --private --summary "Internal tool"