Skip to content

Commit caad33a

Browse files
author
Brian Flores
committed
added vs host-create as alias of dedicatedhost create
1 parent e63d10a commit caad33a

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

SoftLayer/CLI/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
('virtual:notification-add', 'SoftLayer.CLI.virt.notification_add:cli'),
5959
('virtual:notification-delete', 'SoftLayer.CLI.virt.notification_delete:cli'),
6060
('virtual:host-list', 'SoftLayer.CLI.dedicatedhost.list:cli'),
61+
('virtual:host-create', 'SoftLayer.CLI.dedicatedhost.create:cli'),
6162

6263
('dedicatedhost', 'SoftLayer.CLI.dedicatedhost'),
6364
('dedicatedhost:list', 'SoftLayer.CLI.dedicatedhost.list:cli'),

docs/cli/dedicated.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ Dedicated Host Commands
3535
.. click:: SoftLayer.CLI.dedicatedhost.list:cli
3636
:prog: virtual host-list
3737
:show-nested:
38+
39+
.. click:: SoftLayer.CLI.dedicatedhost.create:cli
40+
:prog: virtual host-create
41+
:show-nested:

docs/cli/vs.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,11 @@ If no timezone is specified, IMS local time (CST) will be assumed, which might n
296296
:prog: virtual host-list
297297
:show-nested:
298298

299+
.. click:: SoftLayer.CLI.virt.create:cli
300+
This command is an alias for `slcli dedicatedhost create`
301+
:prog: virtual host-create
302+
:show-nested:
303+
299304
Manages the migration of virutal guests. Supports migrating virtual guests on Dedicated Hosts as well.
300305

301306
Reserved Capacity

0 commit comments

Comments
 (0)