Skip to content

Commit 79ef465

Browse files
authored
Add bit about created instance now set as current instance. (#325)
1 parent a51a7db commit 79ef465

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/commands/rhoas_kafka_create.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Create a Kafka instance
55
=== Synopsis
66

77
Create 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

1010
Configuration options available: name, cloud provider, region.
1111

pkg/cmd/kafka/create/create.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)