mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Bump cli-utils version to v0.19.0
This commit is contained in:
@@ -54,9 +54,9 @@ func GetLive(name string) *cobra.Command {
|
||||
cmd.AddCommand(
|
||||
applyCmd,
|
||||
initcmd.NewCmdInit(ioStreams),
|
||||
preview.NewCmdPreview(f, ioStreams),
|
||||
preview.GetPreviewRunner(f, ioStreams).Command,
|
||||
diff.NewCmdDiff(f, ioStreams),
|
||||
destroy.NewCmdDestroy(f, ioStreams))
|
||||
destroy.GetDestroyRunner(f, ioStreams).Command)
|
||||
return cmd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user