add aliyun-cli (#405)

* add aliyun-cli

include a commandline interface for alibaba cloud

* make aliyun.json description more clear
This commit is contained in:
Patrick Wu 2019-09-13 22:08:56 +08:00 committed by Ross Smith II
parent d6e2109dd1
commit 4a2aa9ff17

21
bucket/aliyun.json Normal file
View File

@ -0,0 +1,21 @@
{
"description": "Manage and use Alibaba Cloud resources.",
"homepage": "https://github.com/aliyun/aliyun-cli",
"version": "3.0.25",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/aliyun/aliyun-cli/releases/download/v3.0.25/aliyun-cli-windows-3.0.25-amd64.zip",
"hash": "9e77892e499cc8e9fbe9e48ac1f05fbe09f76a7e38b0bf47308cbaf0dcbf5854"
}
},
"bin": "aliyun.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aliyun/aliyun-cli/releases/download/v$version/aliyun-cli-windows-$version-amd64.zip"
}
}
}
}