Skip to content
Open
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
1 change: 0 additions & 1 deletion internal/kafka/command_cluster_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ 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.",
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