This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 7801299  Make inspect subcommand run locally.
7801299 is described below

commit 7801299658978f8135647ac050d9a376b24137c4
Author: Doru Bercea <gheorghe-teod.ber...@ibm.com>
AuthorDate: Fri Oct 23 16:14:36 2020 -0400

    Make inspect subcommand run locally.
---
 pkg/cmd/inspect.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pkg/cmd/inspect.go b/pkg/cmd/inspect.go
index 1342128..f899c95 100644
--- a/pkg/cmd/inspect.go
+++ b/pkg/cmd/inspect.go
@@ -52,6 +52,9 @@ func newCmdInspect(rootCmdOptions *RootCmdOptions) 
(*cobra.Command, *inspectCmdO
 
                        return nil
                },
+               Annotations: map[string]string{
+                       offlineCommandLabel: "true",
+               },
        }
 
        cmd.Flags().StringP("output", "o", "", "Output format. One of: 
json|yaml")

Reply via email to