Added some highlighting to the readme.
1 file changed
tree: be515196bc662cb93b91a637cfe17df0d8abfb0b
  1. assembly/
  2. branding/
  3. .gitignore
  4. pom.xml
  5. README.md
README.md

jclouds-cli

Jclouds CLI provides two types of command line interface:

  • An interactive shell.
  • A shell script.

Installation

To install the jclouds cli you just need to download the zip or the tarball and extract it to the folder of your choice.

Using the interactive shell

To start the interactive shell: ./bin/jclouds-cli

Using the script

To use the scirpt: ./bin/jclouds [category] [action] [options] [arguments].

  • Categories: node, group, image, location, hardware.
  • Actions: list, create, destroy, runscript.
  • Options: --provider, --identity, --credential --endpoint etc.

Some examples: To create 10 nodes on EC2 under group: myGroupName using Ubuntu 10.04

To list all nodes:

To destroy a node: