Skip to content

CoolCloud/aliyun-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

========= aliyuncli

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

Installation:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%