We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 926e24b + e99dd6c commit 141a331Copy full SHA for 141a331
1 file changed
SoftLayer/CLI/virt/list.py
@@ -59,6 +59,7 @@
59
@click.option('--network', '-n', help='Network port speed in Mbps')
60
@click.option('--hourly', is_flag=True, help='Show only hourly instances')
61
@click.option('--monthly', is_flag=True, help='Show only monthly instances')
62
+@click.option('--tag', '-t', help='list of tags')
63
@click.option('--transient', help='Filter by transient instances', type=click.BOOL)
64
@click.option('--search', is_flag=False, flag_value="", default=None,
65
help="Use the more flexible Search API to list instances. See `slcli search --types` for list " +
0 commit comments