/ernest-cli

ernest.io CLI tool

Primary LanguageGoMozilla Public License 2.0MPL-2.0

Ernest CLI

Synopsis

Ernest helps you deploy your vcloud infrastructure with a few shell commands.

## Build status

  • Master CircleCI
  • Develop CircleCI

Installation

In order to install it and have it running, you just need to run the following commands:

$ git clone git@github.com:ernestio/ernest-cli.git
$ cd ernest-cli
$ make
$ make install

Set up

You need to set up your remote ernest instance

$ ernest target "http://my.ernest.io"

Run it

You can get help by running:

$ ernest

And read our documentation about how to use the CLI

Running Tests

make test

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Moreover, if your pull request contains patches or features, you must include relevant unit tests.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, this project is maintained under the Semantic Versioning guidelines.

Copyright and License

Code and documentation copyright since 2015 r3labs.io authors.

Code released under the Mozilla Public License Version 2.0.