Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kn-plugin-workflow] Fix undeploy --help returning deploy command help text #2521

Open
domhanak opened this issue Aug 7, 2024 · 0 comments
Assignees

Comments

@domhanak
Copy link
Contributor

domhanak commented Aug 7, 2024

Goal
Remove deploy mentions from undeploy --help command

Actual results

	

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>
        ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant