Skip to content

Commit 141a331

Browse files
Merge pull request #1958 from caberos/issue1957
Figure out why slcli vs list --tag <tagName> doesnt work properly
2 parents 926e24b + e99dd6c commit 141a331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SoftLayer/CLI/virt/list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
@click.option('--network', '-n', help='Network port speed in Mbps')
6060
@click.option('--hourly', is_flag=True, help='Show only hourly instances')
6161
@click.option('--monthly', is_flag=True, help='Show only monthly instances')
62+
@click.option('--tag', '-t', help='list of tags')
6263
@click.option('--transient', help='Filter by transient instances', type=click.BOOL)
6364
@click.option('--search', is_flag=False, flag_value="", default=None,
6465
help="Use the more flexible Search API to list instances. See `slcli search --types` for list " +

0 commit comments

Comments
 (0)