domhanak opened a new issue, #2518:
URL: https://github.com/apache/incubator-kie-tools/issues/2518

   **Goal**
   When running `kn workflow quarkus create --help` the result is not correct:
   ```Creates a Quarkus SonataFlow project in the current directory.
        It sets up a Quarkus project with minimal extensions to build a workflow
        project.
        The generated project has a "hello world" workflow.sw.json located on 
the
        ./<project-name>/src/main/resources directory.
                
   
   Usage:
     kn workflow quarkus create [flags]
   
   Examples:
   
        # Create a project in the local directory
        # By default the project is named "new-project"
        **kn workflow create**
   
        # Create a project with an specific name
        **kn workflow create --name myproject**
   
        # Create a project with additional extensions
        # You can add multiple extensions by separating them with a comma
        **kn workflow create --extensions 
kogito-addons-quarkus-persistence-postgresql,quarkus-core**
                
   
   Flags:
     -e, --extension string                   On Quarkus projects, setup 
project custom Maven extensions, separated with a comma.
     -h, --help                               help for create
     -n, --name string                        Project name created in the 
current directory. (default "new-project")
     -G, --quarkus-platform-group-id string   On Quarkus projects, setup 
project group id. (default "io.quarkus.platform")
     -V, --quarkus-version string             On Quarkus projects, setup the 
project version. (default "3.8.4")
   ```
   
   Notice the text in **BOLD** should be `kn workflow quarkus create ...`


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