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 Anaconda Prompt (Terminal on macOS/Linux) 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 --help

See the official conda documentation for a full guide to conda commands.

Was this page helpful?