johnpoth commented on code in PR #3193:
URL: https://github.com/apache/camel-k/pull/3193#discussion_r849323245
##########
pkg/cmd/run.go:
##########
@@ -117,6 +117,7 @@ func newCmdRun(rootCmdOptions *RootCmdOptions)
(*cobra.Command, *runCmdOptions)
cmd.Flags().String("pod-template", "", "The path of the YAML file
containing a PodSpec template to be used for the Integration pods")
cmd.Flags().Bool("save", false, "Save the run parameters into the
default kamel configuration file (kamel-config.yaml)")
+ cmd.Flags().Bool("verbose", false, "Verbose logging")
Review Comment:
Ah yeah b/c it was already taken by the volume flag ... wasn't sure what to
do in that case :) vb ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]