domhanak opened a new issue, #2521:
URL: https://github.com/apache/incubator-kie-tools/issues/2521
**Goal**
Remove `deploy` mentions from `undeploy --help` command
**Actual results**
``` Undeploy a SonataFlow project in Kubernetes via the SonataFlow
Operator.
Usage:
kn workflow undeploy [flags]
Examples:
# Undeploy the workflow project from the current directory's project.
# You must provide target namespace.
kn workflow undeploy --namespace <your_namespace>
# Persist the generated Kubernetes manifests on a given path and deploy
the
# workflow from the current directory's project.
kn workflow undeploy
--custom-generated-manifests-dir=<full_directory_path>
# Specify a custom manifest files directory.
# This option *will not* automatically generate the manifest files, but
will use the existing ones.
kn workflow deploy --custom-manifests-dir=<full_directory_path>
# Specify a custom subflows files directory. (default: ./subflows)
kn workflow deploy --subflows-dir=<full_directory_path>
# Specify a custom support specs directory. (default: ./specs)
kn workflow deploy --specs-dir=<full_directory_path>
# Specify a custom support schemas directory. (default: ./schemas)
kn workflow deploy --schemas-dir=<full_directory_path>
...
```
**Expected results**
```
Undeploy a SonataFlow project in Kubernetes via the SonataFlow
Operator.
Usage:
kn workflow undeploy [flags]
Examples:
# Undeploy the workflow project from the current directory's project.
# You must provide target namespace.
kn workflow undeploy --namespace <your_namespace>
# Persist the generated Kubernetes manifests on a given path and deploy
the
# workflow from the current directory's project.
kn workflow undeploy
--custom-generated-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]