squakez commented on code in PR #6707:
URL: https://github.com/apache/camel-k/pull/6707#discussion_r3657048977


##########
pkg/cmd/run.go:
##########
@@ -80,7 +80,7 @@ func newCmdRun(rootCmdOptions *RootCmdOptions) 
(*cobra.Command, *runCmdOptions)
        cmd.Flags().String("image", "", "An image built externally (ie, via 
CICD). Enabling it will skip the Integration build phase.")
        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")
-       cmd.Flags().BoolP("wait", "w", false, "Wait for the integration to be 
running")
+       cmd.Flags().BoolP("wait", "w", false, "Wait for the integration to be 
running or built (if --dont-run-after-build is enabled)")

Review Comment:
   No need to clarify anything else



##########
pkg/cmd/run.go:
##########
@@ -80,7 +80,7 @@ func newCmdRun(rootCmdOptions *RootCmdOptions) 
(*cobra.Command, *runCmdOptions)
        cmd.Flags().String("image", "", "An image built externally (ie, via 
CICD). Enabling it will skip the Integration build phase.")
        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")
-       cmd.Flags().BoolP("wait", "w", false, "Wait for the integration to be 
running")
+       cmd.Flags().BoolP("wait", "w", false, "Wait for the integration to be 
running or built (if --dont-run-after-build is enabled)")

Review Comment:
   ```suggestion
        cmd.Flags().BoolP("wait", "w", false, "Wait for the integration to be 
running or built")
   ```



-- 
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]

Reply via email to