Skip to content

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

@Puckoland

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions