Skip to content

[client-cli] list-resources -tag option not working #35

Description

@Puckoland

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions