You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran metal project get --filter name=foo and the foo project was not filtered. The filter argument was silently ignored.
I then ran curl with /projects?name=foo and confirmed that projects can be filtered by name.
metal project get -n foo works but it filters client-side after fetching all projects.
Can users expect --filter foo=bar to continue to supply arbitrary query parameters?
How can we reproduce it?
^
CLI version (metal --version):
The text was updated successfully, but these errors were encountered:
What happened?
I ran
metal project get --filter name=foo
and the foo project was not filtered. The filter argument was silently ignored.I then ran
curl
with/projects?name=foo
and confirmed that projects can be filtered by name.metal project get -n foo
works but it filters client-side after fetching all projects.Can users expect
--filter foo=bar
to continue to supply arbitrary query parameters?How can we reproduce it?
^
CLI version (
metal --version
):The text was updated successfully, but these errors were encountered: