Command Reference#

anaconda-client is the command line interface (CLI) for Anaconda.org, and can be used for logging in, logging out, managing your account, uploading files, generating access tokens, viewing tokens, and more!

To view the anaconda-client command reference, open a terminal and use the following command:

anaconda -h

This displays the command reference for the base anaconda command.

To display the command reference for other anaconda commands, such as login, search, upload, etc., use the following command:

# Replace <COMMAND> with the command you want help with
anaconda <COMMAND> -h

For example, if you want the command reference for anaconda search, use the following command:

anaconda search -h