Skip to main content

Anaconda Client

1.14.0
2025-11-19
  • Implemented an updated auth login experience. Users will now be directed to sign in with the browser instead of entering a username and password in the terminal. SSO-managed accounts must use the browser-based login.
  • Added an experimental handler for all subcommands. This is disabled by default, but can be used by setting the ANACONDA_CLI_FORCE_NEW=true environment variable.
1.13.0
2024-10-30
  • Anaconda has begun a migration to a plugin-based command line interface (CLI).
    • If users only have anaconda-client installed (the base package for the anaconda CLI, which available in all Anaconda Distribution installs), users should continue using anaconda commands, such as anaconda login, anaconda upload, etc.
    • If users have other plugins installed (like anaconda-cloud-auth), all anaconda commands will now support an optional org prefix. For example, both anaconda upload and anaconda org upload will perform the same function.
    Anaconda recommends that users with additional CLI plugins use the anaconda org command format going forward.
  • The CLI help text for anaconda commands has been updated to reflect these command changes. To see the available help text, run the the following command:
    anaconda --help
    
  • The anaconda notebooks command has been deprecated, as notebooks are no longer hosted on Anaconda.org.
1.12.0
2023-07-18
  • Package upload performance improvements.
1.11.3
2023-06-01
  • Made changes to prevent the opening of redundant terminal windows.
1.11.2
2023-04-10
  • Added option to force a package metadata update when uploading a package.
  • Conda-safe package names (with underscores) can now be used for Python wheel files.
  • Fixed upload of large package files.
1.11.1
2023-03-01
  • anaconda update command now supports yaml files.
1.11.0
2022-09-08
  • Upload process now generates sha256 package checksums.
1.10.0
2022-06-15
  • Added support for .conda packages for upload and download.
  • Changed labels for “pypi” and “r” to “standard Python” and “standard R”.
  • R packages should now download correctly.
  • Issues related to the invalid configuration paths should now be mitigated.
1.9.0
2021-10-28
  • Added update command.
  • Fixed upload command for PyPI and conda packages of the same name.
  • Fixed text error in “Distribution already exists” warning.
1.8.0
2021-06-25
  • Added --update and --replace options for copy command.
  • Fixed --summary and --description arguments for upload command.
  • Fixed the usage of deprecated base64 functions.
  • Fixed the downloading of multiple packages using the download command.