add command to save the default transformer configurations to local files

This commit is contained in:
Jingfang Liu
2018-09-28 15:30:58 -07:00
parent ffffbedf41
commit 94c3b1212e
7 changed files with 225 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ See https://sigs.k8s.io/kustomize
// TODO: Make consistent API for newCmd* functions.
newCmdBuild(stdOut, fsys),
newCmdEdit(fsys),
newCmdConfig(fsys),
newCmdVersion(stdOut),
)
c.PersistentFlags().AddGoFlagSet(flag.CommandLine)