This is a command line client that provides an interface to Anaconda Cloud.
First create an account on Anaconda Cloud
$ conda install anaconda-client
$ anaconda login
Test your login with the whoami command:
$ anaconda whoami
For a complete tutorial on building and uploading Conda packages to Anaconda Cloud visit the documentation page.