Deprovision
The command will also delete everything added to your GitHub or GitLab account, while cleaning local files related to your deployment.
kubefirst k3d destroy
Removing CA from the Trusted Store
If you installed the mkcert CA (Certificate Authority) to your trusted store, you can remove it with:
mkcert -uninstall
Reset (optional)
You can use the kubefirst reset
command to clean local files generated by the installer while leaving the logs file, and the SSL certificates that you backed up untouched. This command will not destroy your cluster (cloud resources or k3d), and is not a replacement for the destroy
command.