This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Implement --json
streaming metadata output mode
#32
Labels
enhancement
New feature or request
Milestone
Outputs events as line-delimited JSON objects to be consumed by something else.
Example:
Output from tasks should either be directed to a log or perhaps a different stream (e.g. JSON on stdout, task output on stderr so that it can be inspected when only redirecting stdout).
Note: this is distinct from the
inspect
subcommand, which already exists and dumps information about tasks without running them.The text was updated successfully, but these errors were encountered: