You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

What is Cloud Monkey?

CloudMokey is a command line interface (CLI) tool written in python that leverages CloudStack APIs. You configure CloudMonkey once, from then on - its an interactive shell that simplifies CS configuration and management. CloudMonkey is created as python egg and presently resides on http://pypi.python.org/pypi/cloudmonkey/ as well as source code of CloudStack 4.0 and above.

Features

  • All commands are lowercase unlike API
  • Auto-completion via double <tab>
  • Caching to speedup runtime
  • Color and Parsing fixes

Installation

RHEL/CentOS 6.x (internet access required for python eggs repository)

yum install python-setuptools
easy_install cloudmonkey

or if pip available

pip install cloudmonkey

Ubuntu/Debian

apt get python-setuptools

easy_install cloudmonkey

or if pip available

pip install cloudmonkey

Source Code (example only - use newer version if available here)

wget http://pypi.python.org/packages/source/c/cloudmonkey/cloudmonkey-0.0.4.tar.gz
mkdir cloudmonkey
cd cloudmonkey-0.0.4
sudo python setup.py install

Configuration

Test

Help

Author

CloudMonkey CLI is written by Rohit Yadav.

  • No labels