masayag commented on code in PR #3144:
URL:
https://github.com/apache/incubator-kie-tools/pull/3144#discussion_r2152571136
##########
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:
shouldn't setting the flag `--with-persistence=true` enable also the flag
`--extensions kogito-addons-quarkus-persistence-postgresql`?
or is it needed to specify each individually? or is the addition of the
maven dependency makes the quarkus persistence extension redundant?
--
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]