Skip to content

Commit

Permalink
Change the list of tracks (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdavid authored Nov 21, 2023
1 parent 4744048 commit 0c978cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cluster/create_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func init() {
createClusterCmd.Flags().String("cloud-provider", "", "[OPTIONAL] The cloud provider where database needs to be deployed. AWS, AZURE or GCP. Default AWS.")
createClusterCmd.Flags().String("cluster-tier", "", "[OPTIONAL] The tier of the cluster. Sandbox or Dedicated. Default Sandbox.")
createClusterCmd.Flags().String("cluster-type", "", "[OPTIONAL] Cluster replication type. SYNCHRONOUS or GEO_PARTITIONED. Default SYNCHRONOUS.")
createClusterCmd.Flags().String("database-version", "", "[OPTIONAL] The database version of the cluster. Stable or Preview. Default depends on cluster tier, Sandbox is Preview, Dedicated is Stable.")
createClusterCmd.Flags().String("database-version", "", "[OPTIONAL] The database version of the cluster. Production, Innovation or Preview. Default depends on cluster tier, Sandbox is Preview, Dedicated is Production.")
if util.IsFeatureFlagEnabled(util.ENTERPRISE_SECURITY) {
createClusterCmd.Flags().Bool("enterprise-security", false, "[OPTIONAL] The security level of cluster. Advanced security will have security checks for cluster. Default false.")

Expand Down
2 changes: 1 addition & 1 deletion docs/ybm_cluster_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ybm cluster create [flags]
--cloud-provider string [OPTIONAL] The cloud provider where database needs to be deployed. AWS, AZURE or GCP. Default AWS.
--cluster-tier string [OPTIONAL] The tier of the cluster. Sandbox or Dedicated. Default Sandbox.
--cluster-type string [OPTIONAL] Cluster replication type. SYNCHRONOUS or GEO_PARTITIONED. Default SYNCHRONOUS.
--database-version string [OPTIONAL] The database version of the cluster. Stable or Preview. Default depends on cluster tier, Sandbox is Preview, Dedicated is Stable.
--database-version string [OPTIONAL] The database version of the cluster. Production, Innovation or Preview. Default depends on cluster tier, Sandbox is Preview, Dedicated is Production.
--encryption-spec string [OPTIONAL] The customer managed key spec for the cluster.
Please provide key value pairs as follows:
For AWS:
Expand Down

0 comments on commit 0c978cd

Please sign in to comment.