diff --git a/cmd/scw/testdata/test-all-usage-datawarehouse-deployment-create-usage.golden b/cmd/scw/testdata/test-all-usage-datawarehouse-deployment-create-usage.golden index ba80cb97ad..d0efced1b5 100644 --- a/cmd/scw/testdata/test-all-usage-datawarehouse-deployment-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-datawarehouse-deployment-create-usage.golden @@ -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 diff --git a/docs/commands/datawarehouse.md b/docs/commands/datawarehouse.md index a6b42117fc..5d13e4adff 100644 --- a/docs/commands/datawarehouse.md +++ b/docs/commands/datawarehouse.md @@ -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 |