From 62623ba15df58cdb7c0927b4935b1871c74d6cc4 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 25 Nov 2025 16:20:47 +0100 Subject: [PATCH] Fix filter in list operations for apps Change-Id: I48be17e09542c2dab96589dad2b0796f389dff7c Signed-off-by: garciadeblas --- osmclient/cli_commands/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osmclient/cli_commands/app.py b/osmclient/cli_commands/app.py index 98811fd..0a14510 100755 --- a/osmclient/cli_commands/app.py +++ b/osmclient/cli_commands/app.py @@ -182,6 +182,8 @@ def app_delete(ctx, name, force): @utils.require_hostname @click.option( "--filter", + default=None, + multiple=True, help="restricts the list to the items matching the filter", ) @print_output.output_option -- 2.25.1