masayag commented on code in PR #3144:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3144#discussion_r2113693125


##########
packages/kn-plugin-workflow/pkg/command/quarkus/create.go:
##########
@@ -50,13 +56,20 @@ func NewCreateCommand() *cobra.Command {
        # Create a project with additional extensions
        # You can add multiple extensions by separating them with a comma
        {{.Name}} create --extensions 
kogito-addons-quarkus-persistence-postgresql,quarkus-core
+
+       # Specify a profile to use for the new Quarkus project (default: dev)

Review Comment:
   Do you think the valid values for the profile should be listed here? (e.g. 
dev/preview/gitops) otherwise, the profiles will be listed only in case of a 
wrong value.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to