vmware-tanzu-labs / educates-training-platform

A platform for hosting interactive workshop environments in Kubernetes, or on top of a local container runtime.
https://docs.educates.dev
Apache License 2.0
63 stars 15 forks source link

Add separate CLI command for deleting platform. #425

Closed GrahamDumpleton closed 3 weeks ago

GrahamDumpleton commented 3 weeks ago

Is your feature request related to a problem? Please describe.

For the new installer mechanism, to deploy the platform the command will be either of:

educates deploy-platform
educates admin platform deploy

To delete the version of Educates and services deployed using this, you need to run the same command but with --delete option, which is non obvious.

Describe the solution you'd like

Have separate commands:

educates delete-platform
educates admin platform delete

Describe alternatives you've considered

No response

Additional information

No response