Skip to content
Closed
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 @@ -11,6 +11,7 @@ ARGS:
[tags.{index}] Tags to apply to the deployment
[version] ClickHouse® version to use for the deployment
[replica-count] Number of replicas for the deployment
[shard-count] Number of shard for the deployment
[password] Password for the initial user
[cpu-min] Minimum CPU count for the deployment
[cpu-max] Maximum CPU count for the deployment
Expand Down
1 change: 1 addition & 0 deletions docs/commands/datawarehouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ scw datawarehouse deployment create [arg=value ...]
| tags.{index} | | Tags to apply to the deployment |
| version | | ClickHouse® version to use for the deployment |
| replica-count | | Number of replicas for the deployment |
| shard-count | | Number of shard for the deployment |
| password | | Password for the initial user |
| cpu-min | | Minimum CPU count for the deployment |
| cpu-max | | Maximum CPU count for the deployment |
Expand Down
Loading