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

   Currently, gen-manifest will look at the current directory if there are 
specs, workflows, and properties to generate SonataFlow Operator manifests.
   
   But also Quarkus developers will use this application. So the CLI should 
also consider the `src/main/resources` directory when looking for these files.
   
   Given the following structure:
   
   ```shell
   src
       main
           resources
               application.properties
               workflow.sw.json   
   ```
   
   After running `kn workflow gen-manifest` from the project's root, the result 
should be:
   
   ```shell
   src
       main
           resources
               application.properties
               workflow.sw.json   
   manifests
       SonataFlow.yaml
       ConfigMap.yaml
   ```


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