File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Create a Kafka instance
55=== Synopsis
66
77Create a Kafka instance with custom configuration values, otherwise use
8- default values.
8+ default values. The created instance is then set in the config as the current Kafka instance.
99
1010Configuration options available: name, cloud provider, region.
1111
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ func NewCreateCommand(f *factory.Factory) *cobra.Command {
7070 Long : heredoc .Doc (`
7171 Create a Kafka instance with custom configuration values, otherwise use default values.
7272
73+ The created instance is set in the config as the current Kafka instance.
74+
7375 Configuration options available: name, cloud provider, region.
7476
7577 The created instance can be viewed from the command-line and the web UI.
You can’t perform that action at this time.
0 commit comments