-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to specify tag command line parameter #626
Comments
aliyun resourcemanager ListTagResources --region cn-shanghai --Tag.1.Key 123 --Tag.1.Value 123 --ResourceId.1 123 --version 2020-03-31 --force |
Thanks, that worked although I did not get data I would have expected. Also, there is another problem, without
And if I do not specify
I've installed CLI via brew. |
Download the latest version directly in Git and decompress it. --force is necessary. |
$ aliyun resourcemanager ListTagResources --Tag "[{'foo':'bar'}]" --endpoint resourcemanager.cn-shenzhen.aliyuncs.com
I am trying to invoke cli towards endpoint to list all the resources that have specific tag attached, unfortunately I am seeing error message from API.
Could someone help on how to pass tag array to cli ?
The text was updated successfully, but these errors were encountered: