forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest-all-usage-redis-cluster-create-usage.golden
More file actions
33 lines (29 loc) · 2.13 KB
/
test-all-usage-redis-cluster-create-usage.golden
File metadata and controls
33 lines (29 loc) · 2.13 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
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Create a cluster.
USAGE:
scw redis cluster create [arg=value ...]
ARGS:
[project-id] Project ID to use. If none is passed the default project ID will be used
[name=<generated>] Name of the cluster
version Redis™ engine version of the cluster
[tags.{index}] Tags to apply to the cluster
node-type Type of node to use for the cluster
user-name Name of the user created when the cluster is created
password Password of the user
[cluster-size] Number of nodes for the cluster
[acl-rules.{index}.ip-cidr] IPv4 network address of the rule
[acl-rules.{index}.description] Description of the rule
[endpoints.{index}.private-network.id] UUID of the private network to be connected to the cluster
[endpoints.{index}.private-network.service-ips.{index}] Endpoint IPv4 adress with a CIDR notation. You must provide at least one IPv4 per node. Check documentation about IP and subnet limitation.
[tls-enabled] Whether or not TLS is enabled
[cluster-settings.{index}.value] Value of the setting
[cluster-settings.{index}.name] Name of the setting
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1)
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