Expand description
Output formatting for table and JSON modes.
Provides helpers to render API responses as either a UTF-8 styled terminal table (with colored status) or raw JSON.
Functions§
- print_
output - Convenience wrapper: render to stdout.
- render_
output - Render a value as JSON or table into the given writer.
- run_
detail_ table - Render a single run detail as a table.
- runs_
table - stats_
table - Render stats as a table.
- steps_
table - Render a run’s steps as a table.
- workflow_
detail_ table - Render a workflow detail as a table.
- workflows_
table - Render a list of workflows as a table.