forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-all-usage-instance-server-list-usage.stderr.golden
More file actions
35 lines (27 loc) · 1.31 KB
/
test-all-usage-instance-server-list-usage.stderr.golden
File metadata and controls
35 lines (27 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
List servers.
USAGE:
scw instance server list [arg=value ...]
EXAMPLES:
List all servers on your default zone
scw instance server list
List servers of this commercial type
scw instance server list commercial-type=DEV1-S
List servers that are not attached to a public IP
scw instance server list without-ip=true
List servers that match the given name ('server1' will return 'server100' and 'server1' but not 'foo')
scw instance server list name=server1
ARGS:
[name] Filter servers by name (for eg. "server1" will return "server100" and "server1" but not "foo")
[private-ip] List servers by private_ip
[without-ip] List servers that are not attached to a public IP
[commercial-type] List servers of this commercial type
[state] List servers in this state (running | stopped | stopped in place | starting | stopping | locked)
[tags.{index}] List servers with these exact tags
[organization-id] List only servers of this organization
[zone] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
FLAGS:
-h, --help help for list
GLOBAL FLAGS:
-D, --debug Enable debug mode
-o, --output string Output format: json or human
-p, --profile string The config profile to use