Azuki CLI

The Azuki CLI is used to manage Azuki apps from the command line.

For more about Azuki see http://azukiapp.com.

To get started see http://devcenter.azukiapp.com/articles/quickstart

Build Status Dependency Status

Setup

If you have... Install with...
Mac OS X Download OS X package
Windows Download Windows .exe installer
Ubuntu Linux apt-get repository
Other Tarball (add contents to your $PATH)

Once installed, you'll have access to the azuki command from your command shell. Log in using the email address and password you used when creating your Azuki account:

$ azuki login
Enter your Azuki credentials.
Email: [email protected]
Password:
Could not find an existing public key.
Would you like to generate one? [Yn]
Generating new SSH public key.
Uploading SSH public key /Users/adam/.ssh/id_rsa.pub

Press enter at the prompt to upload your existing SSH key or create a new one, used for pushing code later on.

API

Azuki API documentation can be found at https://api-docs.azukiapp.com

Development

If you're working on the CLI and you can smoke-test your changes:

$ bundle exec azuki

Meta

Released under the MIT license; see the file License.

Created by Adam Wiggins

Other Contributors