Closed surajnarwade closed 1 year ago
How to display the tag key and value
we can have up to 49 key: value pairs, should I put them in a file? In the output section will add a column for location of tags.
example,
Currently we have following command,
awsctl get ec2
we should be able to do,
awsctl get ec2 -t env=production
Can you assign me this issue?
What if we don't know the value?, For example I want all instances with key "ritesh" and I don't know what value I have given and there exists more than one instance with same key "ritesh"
example,
Currently we have following command,
awsctl get ec2
we should be able to do,
awsctl get ec2 -t env=production
Closing this issue #31
Description
Similar to kubectl where we filter resources based on labels for example,
we should be able to do the same,
here,
-t
or--tag
will be particular tag.Screenshots
No response
Additional information
No response