mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
remove deprecated cfg and fn commands (#4930)
* remove deprecated cfg and fn commands * fix lint error * run gofmt
This commit is contained in:
@@ -14,18 +14,9 @@ func GetCfg(name string) *cobra.Command {
|
||||
Short: "Commands for reading and writing configuration",
|
||||
}
|
||||
|
||||
cmd.AddCommand(commands.AnnotateCommand(name))
|
||||
cmd.AddCommand(commands.CatCommand(name))
|
||||
cmd.AddCommand(commands.CountCommand(name))
|
||||
cmd.AddCommand(commands.CreateSetterCommand(name))
|
||||
cmd.AddCommand(commands.CreateSubstitutionCommand(name))
|
||||
cmd.AddCommand(commands.FmtCommand(name))
|
||||
cmd.AddCommand(commands.GrepCommand(name))
|
||||
cmd.AddCommand(commands.InitCommand(name))
|
||||
cmd.AddCommand(commands.ListSettersCommand(name))
|
||||
cmd.AddCommand(commands.MergeCommand(name))
|
||||
cmd.AddCommand(commands.Merge3Command(name))
|
||||
cmd.AddCommand(commands.SetCommand(name))
|
||||
cmd.AddCommand(commands.TreeCommand(name))
|
||||
|
||||
return cmd
|
||||
|
||||
Reference in New Issue
Block a user