This tool is based on aliyun open api sdk and provides a unified command line interface to Aliyun Web Service. You can use this tool to manage your resource of aliyun, such as ECS, RDS, YunDun, Mts and so on.
The aliyuncli package works on Python versions:
- 2.6.5 and greater
The easiest way to install aliyuncli is to use pip tool:
$ pip install aliyuncli
or you should use:
$ sudo pip install aliyuncli
If you have installed the aliyuncli , you can also upgrade to the latest version :
$ pip install --upgrade aliyuncli
Another method to install aliyuncli is downloading the package first and then go into the directory and run install script:
$ cd <patch_to_aliyuncli>
$ sh install.sh
Document:
The document you can check http://develop.aliyun.com/command
Command complete:
This tool support command complete , you can use "Tab" after any command which maybe not input completed, and the command line will show the relative command information