Ernest helps you deploy your vcloud infrastructure with a few shell commands.
## Build status
Follow the instructions here to install the appropriate master branch binary of the cli.
In order to install the develop branch and have it running, you just need to run the following commands:
$ git clone [email protected]:ernestio/ernest-cli.git
$ cd ernest-cli
$ make
$ make install
You need to set up your remote ernest instance
$ ernest-cli target "http://my.ernest.io"
You can get help by running:
$ ernest-cli
And read our documentation about how to use the CLI
make test
Get completion shim.
wget https://raw.githubusercontent.com/ernestio/ernest-cli/master/autocomplete/bash_autocomplete -O /etc/bash_completion.d/ernest
Load into shell.
echo 'PROG=ernest-cli source /etc/bash_completion.d/ernest' >> ~/.bashrc
source ~/.bashrc
Get completion shim.
wget https://raw.githubusercontent.com/ernestio/ernest-cli/master/autocomplete/zsh_autocomplete -O ~/.ernest_completion
Load into shell.
echo 'PROG=ernest-cli source ~/.ernest_completion' >> ~/.zshrc
source ~/.zshrc
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.
For transparency into our release cycle and in striving to maintain backward compatibility, this project is maintained under the Semantic Versioning guidelines.
Code and documentation copyright since 2015 ernest.io authors.
Code released under the Mozilla Public License Version 2.0.