Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:

ARGS:
[version] Redis™ engine version of the Database Instance
node-type Type of node to use for the Database Instance
[node-type] Type of node to use for the Database Instance
[cluster-size] Number of nodes for the Database Instance
cluster-id UUID of the Database Instance to update
[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 | pl-waw-2)
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ scw redis cluster migrate <cluster-id ...> [arg=value ...]
| Name | | Description |
|------|---|-------------|
| version | | Redis™ engine version of the Database Instance |
| node-type | Required | Type of node to use for the Database Instance |
| node-type | | Type of node to use for the Database Instance |
| cluster-size | | Number of nodes for the Database Instance |
| cluster-id | Required | UUID of the Database Instance to update |
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config |
Expand Down
2 changes: 1 addition & 1 deletion internal/namespaces/redis/v1/redis_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ func redisClusterMigrate() *core.Command {
{
Name: "node-type",
Short: `Type of node to use for the Database Instance`,
Required: true,
Required: false,
Deprecated: false,
Positional: false,
},
Expand Down