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


##########
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:
   @masayag 
   
   `--with-persistence=true` adds the following extensions:
   
   - kie-addons-quarkus-persistence-jdbc
   - quarkus-agroal
   - quarkus-jdbc-postgresql
   
   Do you mean that I also have to include 
`kogito-addons-quarkus-persistence-postgresql` ?



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