Skip to content
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

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

Open
Puckoland opened this issue Feb 23, 2024 · 0 comments
Open

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

Puckoland opened this issue Feb 23, 2024 · 0 comments
Labels
Milestone

Comments

@Puckoland
Copy link
Collaborator

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

@Puckoland Puckoland added the bug label Feb 23, 2024
@Medzikarp Medzikarp added this to the Release 1.1.0 milestone Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants