Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ By default, this runs interactively, prompting you to select a language and
a user with which to create your application. To use this without interactivity,
specify how you want your application to be created using flags.

The `--language` flag lets you specify the language. There is no default.
The `--language` flag lets you specify the language. There is no default. Available language: `go`.

The `--new-sasl--user` flag lets you generate a new SASL user
with admin ACLs. If you don't want to use your current profile user or don't want to create a
Expand Down Expand Up @@ -73,7 +73,7 @@ rpk generate app [flags]
|-h, --help |- |Help for app.

|-l, --language |string |The language you want the code sample to be
generated with.
generated with. Available language: `go`.

|--new-sasl-credentials |string |If provided, `rpk` will generate and use
these credentials (<user>:<password>).
Expand Down