Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion internal/kafka/command_cluster_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (c *clusterCommand) newCreateCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "create <name>",
Short: "Create a Kafka cluster.",
Long: "Create a Kafka cluster.\n\nNote: You cannot use this command to create a cluster that is configured with AWS PrivateLink. You must use the UI to create a cluster of that configuration.",
Long: "Create a Kafka cluster.",
Args: cobra.ExactArgs(1),
RunE: c.create,
Annotations: map[string]string{pcmd.RunRequirement: pcmd.RequireNonAPIKeyCloudLogin},
Expand Down
2 changes: 0 additions & 2 deletions test/fixtures/output/kafka/cluster/create-help.golden
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Create a Kafka cluster.

Note: You cannot use this command to create a cluster that is configured with AWS PrivateLink. You must use the UI to create a cluster of that configuration.

Usage:
confluent kafka cluster create <name> [flags]

Expand Down