File tree Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 99 # by default, all script lines are interpreted as batch
1010 - cmd : git clone -q --branch=master https://github.com/aliyun/aliyun-openapi-meta.git C:\Users\appveyor\go\src\github.com\aliyun\aliyun-openapi-meta
1111 - cmd : set path=%path%;C:\Users\appveyor\go\bin
12- - cmd : set VERSION=3.0.64
12+ - cmd : set VERSION=3.0.65
1313 - cmd : go get -u github.com/shuLhan/go-bindata/...
1414 - cmd : go-bindata -o resource/metas.go -pkg resource -prefix ../aliyun-openapi-meta ../aliyun-openapi-meta/...
1515 - cmd : go build -ldflags "-X 'github.com/aliyun/aliyun-cli/cli.Version=%VERSION%'" -o C:\Users\appveyor\go\bin\aliyun.exe main/main.go
Original file line number Diff line number Diff line change 22
33### Master
44
5+ ### 3.0.65
6+
7+ - update: meta data
8+
59### 3.0.64
610
711- update: meta data
Original file line number Diff line number Diff line change 1- export VERSION =3.0.64
1+ export VERSION =3.0.65
22export RELEASE_PATH ="releases/aliyun-cli-${VERSION}"
33
44all : build
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ CLI 版本更改说明请参考 [CHANGELOG](./CHANGELOG.md)
4343
4444 阿里云CLI工具下载、解压后即可使用,支持Mac, Linux, Windows平台(x64版本)。您可以将解压的` aliyun ` 可执行文件移至` /usr/local/bin ` 目录下,或添加到` $PATH ` 中。
4545
46- 下载链接如下 (3.0.64 ):
46+ 下载链接如下 (3.0.65 ):
4747
48- - [ Mac] ( https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.64 -amd64.tgz )
49- - [ Linux] ( https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.64 -amd64.tgz )
50- - [ Windows (64 bit)] ( https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.64 -amd64.zip )
48+ - [ Mac] ( https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.65 -amd64.tgz )
49+ - [ Linux] ( https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.65 -amd64.tgz )
50+ - [ Windows (64 bit)] ( https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.65 -amd64.zip )
5151
5252- ** 使用brew**
5353
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ The release notes for the CLI can be found in the [CHANGELOG](./CHANGELOG.md)
4141
4242 Download the installer, then extract the installer. You can move the extracted ` aliyun ` executable file to the ` /usr/local/bin ` directory or add it to the ` $PATH ` .
4343
44- Download link: (3.0.64 )
44+ Download link: (3.0.65 )
4545
46- - [ Mac] ( https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.64 -amd64.tgz )
47- - [ Linux] ( https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.64 -amd64.tgz )
48- - [ Windows (64 bit)] ( https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.64 -amd64.zip )
46+ - [ Mac] ( https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.65 -amd64.tgz )
47+ - [ Linux] ( https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.65 -amd64.tgz )
48+ - [ Windows (64 bit)] ( https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.65 -amd64.zip )
4949
5050- ** Use brew**
5151If you have installed ` brew ` in your computer, you can use it to install Alibaba Cloud CLI as following:
You can’t perform that action at this time.
0 commit comments