nicolaferraro commented on a change in pull request #48: Support set integration name for kamel run URL: https://github.com/apache/camel-k/pull/48#discussion_r216911437
########## File path: pkg/client/cmd/run.go ########## @@ -51,6 +52,7 @@ func NewCmdRun(rootCmdOptions *RootCmdOptions) *cobra.Command { } cmd.Flags().StringVarP(&options.Language, "language", "l", "", "Programming Language used to write the file") + cmd.Flags().StringVarP(&options.IntegrationName, "integrationName", "i", "", "The integration name") Review comment: Maybe we can use just `name` here to set it as `--name`, without short flag (`i` is not easy to remember, `n` is used for namespace). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services