Skip to content

v3.0.13

Compare
Choose a tag to compare
@night556 night556 released this 21 Mar 06:17
· 523 commits to master since this release
  • 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