We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34f655f + 90b5cf8 commit 846c64bCopy full SHA for 846c64b
1 file changed
checkpointctl.go
@@ -29,6 +29,7 @@ func main() {
29
rootCommand.AddCommand(cmd.List())
30
rootCommand.AddCommand(cmd.BuildCmd())
31
rootCommand.AddCommand(cmd.PluginCmd())
32
+ rootCommand.AddCommand(cmd.Diff())
33
34
// Discover and register external plugins from PATH.
35
// Plugins are executables named checkpointctl-<name> where <name>
@@ -42,7 +43,6 @@ func main() {
42
43
rootCommand.AddCommand(cmd.CreatePluginCommand(plugin))
44
}
45
- rootCommand.AddCommand(cmd.Diff())
46
47
rootCommand.Version = version
48
0 commit comments