Skip to content

Releases: aliyun/aliyun-cli

v3.0.26

12 Sep 05:24

Choose a tag to compare

  • update: meta data
  • fix: help generating information bug
  • update: upgrade the ossutil component to version 1.6.6
  • improve: package manager switches to Go Modules

v3.0.25

02 Sep 10:10
45a2a5c

Choose a tag to compare

  • update: ros, default version 2019-09-10

v3.0.24

26 Aug 02:56

Choose a tag to compare

  • update : arms, default version 2019-08-08

v3.0.23

02 Aug 09:18
45e1cdf

Choose a tag to compare

  • fix: fix --pager error
  • add: product sae

v3.0.22

26 Jul 11:01
e31cba5

Choose a tag to compare

  • update: meta data

v3.0.21

26 Jul 10:59
4501aef

Choose a tag to compare

  • update: meta data
  • update: dependences

v3.0.20

03 Jul 08:53
91c636f

Choose a tag to compare

  • add product: fnf, default version 2019-03-15

  • new: support for reading the value of a parameter from a file

    Note: Only works on api parameters and rpc style

    The value of some parameters is very long, which is not conducive to terminal input.
    You can add -FILE to the original parameter to specify to read from the file,
    followed by the file path.

    example:
    command aliyun ecs CreateInstance has a parameter --UserData, You can specify the value of this parameter from a file by using --UserData-FILE <filePath>

    aliyun ecs CreateInstance --UserData-FILE '/home/Document/user_data'

    NOTE: The above example is not a complete command, just a demonstration of how new features are used.

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