[GitHub] [camel-k] squakez commented on issue #2495: kamel cli output redirection doesn't work for some commands

2021-09-16 Thread GitBox
squakez commented on issue #2495: URL: https://github.com/apache/camel-k/issues/2495#issuecomment-920923083 > @squakez sorry, based on my current load it will take at least a few days to start. if its urgent please pick it up. thank you! No problem. We may need to start working on

[GitHub] [camel-k] squakez commented on issue #2495: kamel cli output redirection doesn't work for some commands

2021-09-16 Thread GitBox
squakez commented on issue #2495: URL: https://github.com/apache/camel-k/issues/2495#issuecomment-920680768 @rajibmitra any progress on this? I'd like to pick it up for 1.7.0 release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [camel-k] squakez commented on issue #2495: kamel cli output redirection doesn't work for some commands

2021-09-06 Thread GitBox
squakez commented on issue #2495: URL: https://github.com/apache/camel-k/issues/2495#issuecomment-913550409 > I would like to work on it. @squakez Noted, you can go ahead and let me know if you need any help. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [camel-k] squakez commented on issue #2495: kamel cli output redirection doesn't work for some commands

2021-08-30 Thread GitBox
squakez commented on issue #2495: URL: https://github.com/apache/camel-k/issues/2495#issuecomment-908131529 Yeah, unfortunately I've noticed this as well. A simple strategy is to look for `fmt.Print...` used along the `cmd` package and replace with the `cmd.OutOrStdout()` related usage.