danielhelfand / tekton-install

CLI for Installing Tekton components on a Kubernetes cluster
Apache License 2.0
1 stars 0 forks source link

Add Uninstall Command #4

Closed danielhelfand closed 4 years ago

danielhelfand commented 4 years ago

Adding an uninstall command to uninstall Tekton components available on a Kubernetes cluster. The command uses kubectl to figure out what versions of Tekton components are installed and passes the version to a kubectl delete -f command to remove installed components.

Future considerations: