Skip to content

Releases: aliyun/aliyun-cli

v3.0.38

10 Apr 06:47
ebf04dc
Compare
Choose a tag to compare
  • update: meta data
  • update: upgrade ossutil to1.6.11
  • fix: Skip https certificate verification

v3.0.37

13 Mar 07:00
Compare
Choose a tag to compare
  • update: meta data

v3.0.36

27 Feb 12:34
Compare
Choose a tag to compare
  • update: meta data

v3.0.35

26 Feb 10:00
Compare
Choose a tag to compare
  • update: meta data

v3.0.34

25 Feb 13:33
Compare
Choose a tag to compare
  • update: meta data

v3.0.33

19 Feb 08:39
Compare
Choose a tag to compare
  • update: meta data
  • update: support oss log

v3.0.32

03 Jan 08:02
Compare
Choose a tag to compare
  • update: meta data

v3.0.31

17 Dec 03:36
Compare
Choose a tag to compare
  • update: meta data
  • update: flag --retry-timeout renamed to --read-timeout
  • add: flag --connect-timeout
  • fix: flag --retry-timeout bug

v3.0.30

15 Nov 11:26
Compare
Choose a tag to compare
  • update: meta data
  • add: credential type RamRoleArnWithRoleName

    This type is to add RamRoleArn credentials based on EcsRamRole, and does not store information such as ak locally. When the ecs role has the AssumeRole permission, it can be used to exchange permissions for another role.

$ aliyun configure --mode RamRoleArnWithRoleName --profile ecsarn
Configuring profile 'ecsarn' in 'RamRoleArnWithRoleName' authenticate mode...
Ecs Ram Role []: <YourEcsRamRole>
Ram Role Arn []: <YourRamRoleArn>
Role Session Name []: <YourRoleSessionName>
Expired Seconds [900]: 
Default Region Id []: cn-hangzhou
Default Output Format [json]: json (Only support json)
Default Language [zh|en] en:
Saving profile[ecsarn] ...Done
  • add: flag --expired-seconds to specify expiration time
  • update: Help information for the configure command

v3.0.29

16 Oct 07:02
Compare
Choose a tag to compare
  • update: meta data
  • update: Cancel the scientific notation of numbers
  • fix: Invoke error when reading parameter value from file using -FILE