Skip to content

Commit bb2f165

Browse files
author
Nathan Beittenmiller
committed
Making CLI changes for the new CCI name. Previous 'sl cci' commands should still work
1 parent 57b046a commit bb2f165

3 files changed

Lines changed: 182 additions & 182 deletions

File tree

SoftLayer/CLI/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
1111
Compute:
1212
bmc Bare Metal Cloud
13-
cci Cloud Compute Instances
1413
image Manages compute and flex images
1514
metadata Get details about this machine. Also available with 'my' and 'meta'
1615
server Hardware servers
1716
sshkey Manage SSH keys on your account
17+
vs Virtual Servers (formerly CCIs)
1818
1919
Networking:
2020
cdn Content Delivery Network service management

SoftLayer/CLI/environment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def __init__(self):
4444
self.aliases = {
4545
'meta': 'metadata',
4646
'my': 'metadata',
47-
'vm': 'cci',
47+
'vm': 'vs',
48+
'cci': 'vs',
4849
'hardware': 'server',
4950
'hw': 'server',
5051
'bmetal': 'bmc',

0 commit comments

Comments
 (0)