mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #3025 from seans3/live-command-fix
Small change to live commands retrieval
This commit is contained in:
@@ -54,9 +54,9 @@ func GetLive(name string) *cobra.Command {
|
|||||||
cmd.AddCommand(
|
cmd.AddCommand(
|
||||||
applyCmd,
|
applyCmd,
|
||||||
initcmd.NewCmdInit(f, ioStreams),
|
initcmd.NewCmdInit(f, ioStreams),
|
||||||
preview.GetPreviewRunner(f, ioStreams).Command,
|
preview.PreviewCommand(f, ioStreams),
|
||||||
diff.NewCmdDiff(f, ioStreams),
|
diff.NewCmdDiff(f, ioStreams),
|
||||||
destroy.GetDestroyRunner(f, ioStreams).Command)
|
destroy.DestroyCommand(f, ioStreams))
|
||||||
return cmd
|
return cmd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user