Releases: aliyun/aliyun-cli
v3.0.19
v3.0.18
- 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
v3.0.16
v3.0.15
v3.0.14
- Update API meta data and increase kms product help
- Remove the
RootFilter[0]input at fieldrows=that confuses the user
The previous
rowsfield requires the user to enterRootFilter[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
--pagercan specified collections path - add row number for flag
--outputoutput format.
If you want show row number at output format, you can use field
num=tureafter flag--outputto enable the num.
v3.0.13
- update API meta data
- update flag
--output
The filtering is based on array form, use
cols=to Specify the fields to be filtered, androws=to specify the array where the specified field is located, And if the field is below the root element, you can omitrows=.
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
v3.0.11
- update API meta data
- improve output format of command
configure get - add
--config-pathflag 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-timeoutand--retry-countflags to support timeout setting