The list-resources -tag=<name> command lists all resources regardless of the name.
The problem is probably that the cli uses $filter->{'tagName'} = $options->{'tag'}; (tagName).
And the ResourceListRequest.java defines the parameter as private static final String TAG_NAME = "tagNames"; (tagNames).
The
list-resources -tag=<name>command lists all resources regardless of thename.The problem is probably that the cli uses
$filter->{'tagName'} = $options->{'tag'};(tagName).And the
ResourceListRequest.javadefines the parameter asprivate static final String TAG_NAME = "tagNames";(tagNames).