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-placement-group-create-usage.golden
More file actions
44 lines (34 loc) · 1.89 KB
/
test-all-usage-instance-placement-group-create-usage.golden
File metadata and controls
44 lines (34 loc) · 1.89 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
36
37
38
39
40
41
42
43
44
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Create a new placement group in a specified Availability Zone.
USAGE:
scw instance placement-group create [arg=value ...]
EXAMPLES:
Create a placement group with default name
scw instance placement-group create
Create a placement group with the specified name
scw instance placement-group create name=foobar
Create an enforced placement group
scw instance placement-group create policy-mode=enforced
Create an optional placement group
scw instance placement-group create policy-mode=optional
Create an optional low latency placement group
scw instance placement-group create policy-mode=optional policy-type=low_latency
Create an enforced low latency placement group
scw instance placement-group create policy-mode=enforced policy-type=low_latency
ARGS:
[name=<generated>] Name of the placement group
[project-id] Project ID to use. If none is passed the default project ID will be used
[tags.{index}] Tags of the placement group
[policy-mode] Operating mode of the placement group (optional | enforced)
[policy-type] Policy type of the placement group (max_availability | low_latency)
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3)
FLAGS:
-h, --help help for create
GLOBAL FLAGS:
-c, --config string The path to the config file
-D, --debug Enable debug mode
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
-p, --profile string The config profile to use
--web open console page for the current resource