@@ -115,7 +115,6 @@ Usage inspired by [Docker CLI](https://docs.docker.com/reference/commandline/cli
115
115
116
116
``` console
117
117
$ scw
118
-
119
118
Usage: scw [OPTIONS] COMMAND [arg...]
120
119
121
120
Interact with Scaleway from the command line.
@@ -124,21 +123,21 @@ Options:
124
123
--api-endpoint=APIEndPoint Set the API endpoint
125
124
-D, --debug=false Enable debug mode
126
125
-h, --help=false Print usage
127
- -V, --verbose=false Enable verbose mode
128
126
-v, --version=false Print version information and quit
127
+ --sensitive=false Show sensitive data in outputs, i.e. API Token/Organization
129
128
130
129
Commands:
130
+ help help of the scw command line
131
131
attach Attach to a server serial console
132
132
commit Create a new snapshot from a server's volume
133
133
cp Copy files/folders from a PATH on the server to a HOSTDIR on the host
134
134
create Create a new server but do not start it
135
135
events Get real time events from the API
136
136
exec Run a command on a running server
137
- help help of the scw command line
138
137
history Show the history of an image
139
138
images List images
140
139
info Display system-wide information
141
- inspect Return low-level information on a server, image, snapshot or bootscript
140
+ inspect Return low-level information on a server, image, snapshot, volume or bootscript
142
141
kill Kill a running server
143
142
login Log in to Scaleway API
144
143
logout Log out from the Scaleway API
0 commit comments