feat(c/v3-cli): --log-level=NEVER
or let it be part of JSON or YAML when --out
is given so
#10659
Replies: 1 comment
-
Closing in favor of #10660 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
There is
--out
option.https://hasura.io/docs/3.0/cli/commands/ddn_supergraph_build_create
I want to set this option to JSON.
That's because I should parse the build id programmatically.
However, as logs cannot be disabled, parsing stdout as JSON(or yaml) fails.
There should be
--log-level=NEVER
OR
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions