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


##########
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). 
Available options: dev, preview, gitops.
+       {{.Name}} create --profile=<profile_name>
+
+       # Add persistence support to the project (default: false)
+       {{.Name}} create --with-persistence

Review Comment:
   Just to pinpoint on the differences:
   Having the dependencies in the pom.xml are good for local development.
   But when building with the builder image using the Dockerfile, the 
QUARKUS_EXTENSION argument is used to specify the dependencies and the pom.xml 
is the one internal to the builder image.



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