@@ -60,53 +60,54 @@ Usage Examples
6060To discover the available commands, simply type `slcli `.
6161::
6262
63- $ slcli
63+ $ slcli
6464 Usage: slcli [OPTIONS] COMMAND [ARGS]...
65-
65+
6666 SoftLayer Command-line Client
67-
67+
6868 Options:
69- --format [table|raw|json|jsonraw]
70- Output format [default: table]
71- -C, --config PATH Config file location [default:
72- ~/.softlayer]
73- -v, --verbose Sets the debug noise level, specify multiple
74- times for more verbosity.
75- --proxy TEXT HTTP[S] proxy to be use to make API calls
76- -y, --really / --not-really Confirm all prompt actions
77- --demo / --no-demo Use demo data instead of actually making API
78- calls
79- --version Show the version and exit.
80- -h, --help Show this message and exit.
81-
69+ --format [table|raw|json|jsonraw] Output format [default: raw]
70+ -C, --config PATH Config file location [default: ~\.softlayer]
71+ -v, --verbose Sets the debug noise level, specify multiple times for more verbosity.
72+ --proxy TEXT HTTP[S] proxy to be use to make API calls
73+ -y, --really / --not-really Confirm all prompt actions
74+ --demo / --no-demo Use demo data instead of actually making API calls
75+ --version Show the version and exit.
76+ -h, --help Show this message and exit.
77+
8278 Commands:
8379 block Block Storage.
8480 call-api Call arbitrary API endpoints.
8581 cdn Content Delivery Network.
8682 config CLI configuration.
83+ dedicatedhost Dedicated Host.
8784 dns Domain Name System.
85+ event-log Event Logs.
8886 file File Storage.
8987 firewall Firewalls.
9088 globalip Global IP addresses.
9189 hardware Hardware servers.
9290 image Compute images.
91+ ipsec IPSEC VPN
9392 loadbal Load balancers.
94- messaging Message queue service.
9593 metadata Find details about this machine.
9694 nas Network Attached Storage.
9795 object-storage Object Storage.
96+ order View and order from the catalog.
9897 report Reports.
9998 rwhois Referral Whois.
99+ securitygroup Network security groups.
100100 setup Edit configuration.
101101 shell Enters a shell for slcli.
102102 sshkey SSH Keys.
103103 ssl SSL Certificates.
104104 subnet Network subnets.
105105 summary Account summary.
106106 ticket Support tickets.
107+ user Manage Users.
107108 virtual Virtual Servers.
108109 vlan Network VLANs.
109-
110+
110111 To use most commands your SoftLayer username and api_key need to be
111112 configured. The easiest way to do that is to use: 'slcli setup'
112113
0 commit comments