Skip to content

Releases: aliyun/aliyun-cli

v3.0.19

28 Jun 07:43
c92116c

Choose a tag to compare

  • add product: oos, default version 2019-06-01

v3.0.18

27 Jun 05:11
8c51a74

Choose a tag to compare

  • updata: API meta data
  • fix: the prompt information of the delete command
  • improve: command 'configure' can automatically configure the
    default profile when no profile name is specified
  • fix: cannot force calls to products whose metadata is not entered
  • fix: output message mistake

v3.0.17

20 Jun 02:14

Choose a tag to compare

  • update meta data
  • update error message when configuration fails
  • Forced calls to support different API styles

v3.0.16

24 May 07:00
74adc17

Choose a tag to compare

  • Support environment variable ALIBABA_CLOUD_VENDOR

    Set environment variables ALIBABA_CLOUD_VENDOR to add a custom UserAgent ID

  • Update API meta data, and update endpoint pattern of product cr
  • Update gosdk dependence
  • Change logic of flag --pager

v3.0.15

16 Apr 10:20
6090fd8

Choose a tag to compare

  • Update API meta data, update version of product CMS to 2019-01-01

v3.0.14

10 Apr 03:41

Choose a tag to compare

  • Update API meta data and increase kms product help
  • Remove the RootFilter[0] input at field rows= that confuses the user

The previous rows field requires the user to enter RootFilter[0], which will cause confusion for the user and has been deleted.
example:

aliyun ecs DescribeRegions --output cols=RequestId

aliyun ecs DescribeRegions --output cols=RegionId rows=Regions.Region

  • flag --pager can specified collections path
  • add row number for flag --output output format.

If you want show row number at output format, you can use field num=ture after flag --output to enable the num.

v3.0.13

21 Mar 06:17

Choose a tag to compare

  • update API meta data
  • update flag --output

The filtering is based on array form, use cols= to Specify the fields to be filtered, and rows= to specify the array where the specified field is located, And if the field is below the root element, you can omit rows=.

aliyun ecs DescribeRegions --output cols=RequestId

aliyun ecs DescribeRegions --output cols=RegionId rows=RootFilter[0].Regions.Region

NOTE: Fields in two arrays cannot be mixed

v3.0.12

12 Mar 09:31
2a31bd2

Choose a tag to compare

  • update API meta data
  • update dependency package
  • added go1.12 test environment

v3.0.11

08 Mar 03:16

Choose a tag to compare

  • update API meta data
  • improve output format of command configure get
  • add --config-path flag to specify file path which has a single profile

(this flag can use with other flags, like --access-key-id, and flag value priority is higher than file content.)

  • add --retry-timeout and --retry-count flags to support timeout setting

v3.0.10

19 Feb 09:13

Choose a tag to compare

  • update open api meta
  • support json pretty output