This package provides a ucloud server command line interface to manage ucloud server service.

The currently supported services include:

- vm
- account
- port forwarding
- template
- volume

Installation

The easiest way to install ucloud-cli is to use easy_install

$ easy_install ucloudbiz

or

$ pip install ucloudbiz

Version

0.2.0
Add template API (createTemplate, deleteTemplate, listTemplates, updateTemplate)
0.3.0
Add volume API (listVolumes)

##############################
# Development (for committer)
##############################

1. Packaging and upload

python setup.py sdist upload -r http://pypi.python.org/pypi


