You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deployment.json would contain the usual json content with the info of the just created deployment.
Possible Implementation
My suggestion is to write the --track updates to the console standard error, instead of the standard output as it is now and where the json result is also written.
I'm building some testing automation for the geneve tool via Makefile and shell scripting.
I can effectively use jq to extract the info I need from the captured output, with the minor annoyance of jq complaining for non-json garbage at the end of the file (the deployment creation tracking).
More annoying instead is that if I redirect the output to a file, I cannot see the creation progress.
Overview
I'd like to be able to:
create deployment
command to a file, for later use--track
switchThe command I'd like to use and the output I'd like to see:
deployment.json
would contain the usual json content with the info of the just created deployment.Possible Implementation
My suggestion is to write the
--track
updates to the console standard error, instead of the standard output as it is now and where the json result is also written.Testing
Context
I'm building some testing automation for the geneve tool via
Makefile
and shell scripting.I can effectively use
jq
to extract the info I need from the captured output, with the minor annoyance ofjq
complaining for non-json garbage at the end of the file (the deployment creation tracking).More annoying instead is that if I redirect the output to a file, I cannot see the creation progress.
Workaround
Your Environment
Makefile
and shell script automation on macOS.The text was updated successfully, but these errors were encountered: