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.
Structs§
- Deleted
- Outcome of a
deletecommand.
Functions§
- api_
keys_ table - Render a list of API keys as a table.
- audit_
logs_ table - Render a list of audit log entries as a table.
- created_
api_ key_ table - Render a freshly created API key, including its one-time raw secret.
- deleted_
table - Render a deletion report as a table.
- key_
versions_ table - Render the encryption key ring status as a table.
- print_
json - Render a value as pretty JSON to stdout.
- print_
output - Convenience wrapper: render to stdout.
- render_
output - Render a value as JSON or table into the given writer.
- report_
deletion - Report a deletion on stdout, as a table or as JSON.
- run_
detail_ table - Render a single run detail as a table.
- runs_
table - scopes_
table - Render the available API key scopes as a table.
- secrets_
table - Render a list of secrets as a table.
- stats_
table - Render stats as a table.
- steps_
table - Render a run’s steps as a table.
- users_
table - Render a list of users as a table.
- workflow_
detail_ table - Render a workflow detail as a table.
- workflows_
table - Render a list of workflows as a table.