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
This is something we've struggled and decided against when we started the project, but it is something we could change. I'm investigating and it seems quite straightforward. A lot of changes since we would need to move away from assuming everything is out on StdOut, but doable.
Currently the stdout from the process is mixed between messages and JSON, which means you can't do commands like this (in Powershell):
(Adding
-v
, which I prefer to do in CI builds, only makes it worse.)Ideally, messages would be sent to stderr and only JSON to stdout, or alternatively have a mode that only sends JSON unless an error occurs.
The text was updated successfully, but these errors were encountered: