masayag commented on issue #1621: URL: https://github.com/apache/incubator-kie-issues/issues/1621#issuecomment-3058349064
From my side we only use ``` kn workflow gen-manifest --custom-generated-manifests-dir=<dir> ``` after we finished the workflow development and we are looking to test the workflow on a cluster. I don't see a need to include that for create/run commands since it will not provide any value that I can think of. --- When looking at the following command, this is nice to have to persist the manifests to a custom folder ``` kn workflow deploy --custom-generated-manifests-dir=<full_directory_path> ``` however, the generated manifests will not support all of the options as the ones created with `kn workflow gen-manifest` (that allows specifying the profile. But that can be compensated by: ``` kn workflow deploy --custom-manifests-dir=<full_directory_path> ``` -- 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]
