A client auth library for Anaconda.cloud APIs
conda install anaconda-cloud::anaconda-cloud-cli
conda install anaconda-cloud/label/dev::anaconda-cloud-cli
pip install -i https://pypi.anaconda.org/anaconda-cloud/simple anaconda-cloud-cli
pip install -i https://pypi.anaconda.org/anaconda-cloud/label/dev/simple anaconda-cloud-cli
DEPRECATED
This package is now deprecated in favor of anaconda-cli-base
, for which
anaconda-client 1.13 is a plugin.
The current version of anaconda-cloud-cli
has no dependencies and does not
install modules to allow clean upgrades in pre-existing environments.
The base CLI for Anaconda Cloud.
It currently provides the handling of cloud login/logout, and backwards-compatible passthrough of arguments to the core anaconda-client
CLI.
This CLI is intended to provide identical behavior to anaconda-client
, except for minor changes to the login/logout flow, to provide a gentle deprecation path.
Ensure you have conda
installed.
Then run:
make setup
make test
make tox