|
| 1 | +🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 |
| 2 | +🟥🟥🟥 STDERR️️ 🟥🟥🟥️ |
| 3 | +Create a cluster. |
| 4 | + |
| 5 | +USAGE: |
| 6 | + scw redis cluster create [arg=value ...] |
| 7 | + |
| 8 | +ARGS: |
| 9 | + [project-id] Project ID to use. If none is passed the default project ID will be used |
| 10 | + [name=<generated>] Name of the cluster |
| 11 | + version Redis version of the cluster |
| 12 | + [tags.{index}] Tags to apply to the cluster |
| 13 | + node-type Type of node to use for the cluster |
| 14 | + user-name Name of the user created when the cluster is created |
| 15 | + password Password of the user |
| 16 | + [cluster-size] Number of nodes for the cluster |
| 17 | + [acl-rules.{index}.ip] IPv4 network address of the rule |
| 18 | + [acl-rules.{index}.description] Description of the rule |
| 19 | + [endpoints.{index}.private-network.id] UUID of the private network to be connected to the cluster |
| 20 | + [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. |
| 21 | + [tls-enabled] Whether or not TLS is enabled |
| 22 | + [cluster-settings.{index}.value] Value of the setting |
| 23 | + [cluster-settings.{index}.name] Name of the setting |
| 24 | + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2) |
| 25 | + |
| 26 | +FLAGS: |
| 27 | + -h, --help help for create |
| 28 | + |
| 29 | +GLOBAL FLAGS: |
| 30 | + -c, --config string The path to the config file |
| 31 | + -D, --debug Enable debug mode |
| 32 | + -o, --output string Output format: json or human, see 'scw help output' for more info (default "human") |
| 33 | + -p, --profile string The config profile to use |
0 commit comments