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
fix: output action properties at completion of command runner (#62)
Currently ActionRunner when used without --async does not produce any
output, making it impossible to see result of `bl server action uptime`
command.
This PR changes behaviour of ActionRunner so that:
- it prints the action's result_data (if any) as part of the final
progress message on stderr
- any of `--output table/plain/tsv/json` can be used to print the
completed action to stdout
0 commit comments