squakez commented on a change in pull request #2575: URL: https://github.com/apache/camel-k/pull/2575#discussion_r691913346
########## File path: pkg/cmd/bind.go ########## @@ -206,6 +193,34 @@ func (o *bindCmdOptions) run(args []string) error { return nil } +func showOutput(cmd *cobra.Command, binding *v1alpha1.KameletBinding, outputFormat string) error { Review comment: I've tried to follow the approach you proposed. In order to make it works, we need to use a newer version of Golang (1.16) as those libraries seems to require it. [From a separate discussion](https://github.com/apache/camel-k/issues/2579) I understood we're not yet ready for it. Should we progress and then apply your suggestion once we move to 1.16? -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org