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
cmd.Flags().StringArrayP("trait", "t", nil, `Add a trait to the corresponding Integration.`)
63
63
cmd.Flags().StringP("operator-id", "x", "camel-k", "Operator id selected to manage this Pipe.")
64
64
cmd.Flags().StringArray("annotation", nil, "Add an annotation to the Pipe. E.g. \"--annotation my.company=hello\"")
65
-
cmd.Flags().Bool("force", false, "Force creation of Pipe regardless of potential misconfiguration.")
66
65
cmd.Flags().String("service-account", "", "The SA to use to run this binding")
67
66
cmd.Flags().StringArrayP("dependency", "d", nil, `A dependency that should be included, e.g., "camel:mail" for a Camel component, "mvn:org.my:app:1.0" for a Maven dependency`)
0 commit comments