Skip to content

Releases: aliyun/aliyun-cli

v3.0.10

19 Feb 09:13
Compare
Choose a tag to compare
  • update open api meta
  • support json pretty output

v3.0.9

24 Jan 07:58
Compare
Choose a tag to compare
  • Add more test cases.
  • Make the JSON result print pretty.

v3.0.8

17 Jan 05:50
Compare
Choose a tag to compare

1.Update API Meta Info

v3.0.7

26 Dec 06:02
Compare
Choose a tag to compare
  • update vendor

v3.0.6

19 Nov 06:08
Compare
Choose a tag to compare
  1. fix bug for ROA request
  2. update API meta info

v3.0.5

13 Nov 06:08
Compare
Choose a tag to compare
  1. add product edas
  2. update api meta info
  3. add URI hint for restful api

v3.0.4

13 Sep 11:16
Compare
Choose a tag to compare
  1. add product ots
  2. add product eci
  3. add product elasticsearch
  4. fix bug for command configure get

v3.0.3

20 Jun 09:55
Compare
Choose a tag to compare
  1. update API Meta Info
  2. fix bug for oss user config
  3. add zoneinfo for all platforms

v3.0.2

17 May 13:55
0e4ef9e
Compare
Choose a tag to compare
  1. add exit code
  2. add zoneinfo for windows
  3. add default role-name for ECE RamRole Mode

v3.0.1

25 Apr 03:16
Compare
Choose a tag to compare

This is the first golang release of Alibaba Cloud Command Line Interface.Please enjoy it and give us some feedback on issues!

Alibaba Cloud Command Line Interface Version 3.0.1

Usage:
  aliyun <product> <operation> [--parameter1 value1 --parameter2 value2 ...]

Commands:
  configure       configure credential and settings
  oss             Object Storage Service
  auto-completion enable auto completion

Flags:
  --mode              use `--mode {AK|StsToken|RamRoleArn|EcsRamRole|RsaKeyPair}` to assign authenticate mode
  --profile,-p        use `--profile <profileName>` to select profile
  --language          use `--language [en|zh]` to assign language
  --region            use `--region <regionId>` to assign region
  --access-key-id     use `--access-key-id <AccessKeyId>` to assign AccessKeyId, required in AK/StsToken/RamRoleArn mode
  --access-key-secret use `--access-key-secret <AccessKeySecret>` to assign AccessKeySecret
  --sts-token         use `--sts-token <StsToken>` to assign StsToken
  --ram-role-name     use `--ram-role-name <RamRoleName>` to assign RamRoleName
  --ram-role-arn      use `--ram-role-arn <RamRoleArn>` to assign RamRoleArn
  --role-session-name use `--role-session-name <RoleSessionName>` to assign RoleSessionName
  --private-key       use `--private-key <PrivateKey>` to assign RSA PrivateKey
  --key-pair-name     use `--key-pair-name <KeyPairName>` to assign KeyPairName
  --secure            use `--secure` to force https
  --force             use `--force` to skip api and parameters check
  --endpoint          use `--endpoint <endpoint>` to assign endpoint
  --version           use `--version <YYYY-MM-DD>` to assign product api version
  --header            use `--header X-foo=bar` to add custom HTTP header, repeatable
  --body              use `--body $(cat foo.json)` to assign http body in RESTful call
  --pager             use `--pager` to merge pages for pageable APIs
  --output,-o         use `--output cols=Field1,Field2 [rows=jmesPath]` to print output as table
  --waiter            use `--waiter expr=<jmesPath> to=<value>` to pull api until result equal to expected value
  --dryrun            add `--dryrun` to validate and print request without running.
  --quiet,-q          add `--quiet` to hide normal output