You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/diff/main.go
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,8 @@ type cli struct {
59
59
// order they're specified here. Keep them in alphabetical order.
60
60
61
61
// Subcommands.
62
-
CompCompCmd`cmd:"" help:"Show impact of composition changes on existing XRs."`
63
-
DiffDeprecatedDiffCmd`cmd:"" help:"(Deprecated) Use 'xr' subcommand instead. See what changes will be made against a live cluster when a given Crossplane resource would be applied."`
64
-
XRXRCmd`cmd:"" help:"See what changes will be made against a live cluster when a given Crossplane resource would be applied."`
62
+
CompCompCmd`cmd:"" help:"Show impact of composition changes on existing XRs."`
63
+
XRXRCmd`aliases:"diff" cmd:"" help:"See what changes will be made against a live cluster when a given Crossplane resource would be applied."`
65
64
66
65
Version version.Cmd`cmd:"" help:"Print the client and server version information for the current context."`
0 commit comments