This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit bd0c53d6e2e864b81eab0484f84b6325cec3cfd9 Author: Doru Bercea <[email protected]> AuthorDate: Wed Oct 21 18:53:43 2020 -0400 Fix after rebase. --- pkg/cmd/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/root.go b/pkg/cmd/root.go index 6be4a68..2eab1ef 100644 --- a/pkg/cmd/root.go +++ b/pkg/cmd/root.go @@ -137,6 +137,7 @@ func addKamelSubcommands(cmd *cobra.Command, options *RootCmdOptions) { cmd.AddCommand(cmdOnly(newCmdBuilder(options))) cmd.AddCommand(cmdOnly(newCmdInit(options))) cmd.AddCommand(cmdOnly(newCmdDebug(options))) + cmd.AddCommand(cmdOnly(newCmdInspect(options))) } func addHelpSubCommands(cmd *cobra.Command, options *RootCmdOptions) error {
