This is the documentation for version 0.39. For documentation on the latest version of kpt, please see kpt.dev.
Destroy
Remove all previously applied resources in a package from the cluster
The destroy command removes all files belonging to a package from the cluster.
Examples
# remove all resources in a package from the cluster
kpt live destroy my-dir/
Synopsis
kpt live destroy DIR
Args
DIR:
Path to a package directory. The directory must contain exactly
one ConfigMap with the grouping object annotation.
Last modified July 16, 2020: Fix all markdownlint issues (e20b22cd)