Skip to content

Commit

Permalink
query
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking committed Dec 23, 2023
1 parent a1d1882 commit 4515c98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/query/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

ec2 describe-vpcs --query Vpcs[].[CidrBlocck,VpcId]

aws ec2 describe-vpcs --query 'Vpcs[].{cidr: CidrBlock, vpcid: VpcId}' --output json

0 comments on commit 4515c98

Please sign in to comment.