You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using an account created from the https://cloud.ibm.com portal, your username will be literally `apikey`, and use the key provided. `How to create an IBM apikey <https://cloud.ibm.com/docs/iam?topic=iam-userapikey#create_user_key>`_
@@ -57,6 +53,8 @@ To see more about the config file format, see :ref:`config_file`.
57
53
Usage Examples
58
54
--------------
59
55
To discover the available commands, simply type `slcli`.
56
+
57
+
60
58
::
61
59
62
60
$ slcli
@@ -112,71 +110,76 @@ To discover the available commands, simply type `slcli`.
112
110
113
111
As you can see, there are a number of commands/sections. To look at the list of
114
112
subcommands for virtual servers type `slcli vs`. For example:
115
-
::
116
113
117
-
$ slcli vs
118
-
Usage: slcli vs [OPTIONS] COMMAND [ARGS]...
119
-
120
-
Virtual Servers.
121
-
122
-
Options:
123
-
--help Show this message and exit.
124
-
125
-
Commands:
126
-
cancel Cancel virtual servers.
127
-
capture Capture SoftLayer image.
128
-
create Order/create virtual servers.
129
-
create-options Virtual server order options.
130
-
credentials List virtual server credentials.
131
-
detail Get details for a virtual server.
132
-
dns-sync Sync DNS records.
133
-
edit Edit a virtual server's details.
134
-
list List virtual servers.
135
-
network Manage network settings.
136
-
pause Pauses an active virtual server.
137
-
power_off Power off an active virtual server.
138
-
power_on Power on a virtual server.
139
-
ready Check if a virtual server is ready.
140
-
reboot Reboot an active virtual server.
141
-
reload Reload operating system on a virtual server.
142
-
rescue Reboot into a rescue image.
143
-
resume Resumes a paused virtual server.
144
-
upgrade Upgrade a virtual server.
145
-
146
-
Finally, we can make an actual call. Let's list out the virtual servers on our
0 commit comments