Skip to content
Snippets Groups Projects
Commit a4be77c4 authored by Jessica Yuen's avatar Jessica Yuen
Browse files

Remove client-go bindings from cmd

For now, client-go bindings will be removed from the diff command.

Doing this because when diffing between multiple remote environments, it
becomes ambiguous which environment cluster the flags should belong to.
parent c6010021
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ const flagDiffStrategy = "diff-strategy"
func init() {
addEnvCmdFlags(diffCmd)
bindClientGoFlags(diffCmd)
bindJsonnetFlags(diffCmd)
diffCmd.PersistentFlags().String(flagDiffStrategy, "all", "Diff strategy, all or subset.")
RootCmd.AddCommand(diffCmd)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment