Closed yudiell closed 2 years ago
Git2Gus App is installed but the .git2gus/config.json
doesn't exist.
Hi thanks, deferred is currently not supported in the cli because it doesn't make sense in this context. Why are you trying to use it?
Hello @machaval, Thanks for the reply. I am trying to use it for memory management.
So deferred doesn't apply on the cli because what it doesn't is it defers the output until is required by a consumer of the output. But in your case if you output to a file or the standard output is the same. It wan't make any difference in terms of the memory management.
I am trying to replicate this scenario.
So I don't run into this:
Please disregard. I did not realize that the output is binary and therefore we will be unable to do transformations. Thank you.
When you set the deferred=true in the dw script it outputs nothing.
Example: curl "https://api.github.com/repos/mulesoft/mule/commits?per_page=5" | dw > response.json "output application/json deferred=true --- payload"
Your response is greatly appreciated.