diff --git a/cratonclient/shell/v1/hosts_shell.py b/cratonclient/shell/v1/hosts_shell.py index 9e07f12..e33108b 100644 --- a/cratonclient/shell/v1/hosts_shell.py +++ b/cratonclient/shell/v1/hosts_shell.py @@ -76,6 +76,22 @@ def do_host_show(cc, args): metavar='', default=None, help='ID of the cell to use to resume listing hosts.') +@cliutils.arg('--device-type', + metavar='', + default=None, + help='Device type to use as filter.') +@cliutils.arg('--vars', + metavar='', + default=None, + help='Variables to use as filter in the form of key:value.') +@cliutils.arg('--label', + metavar='