Expand description
Output formatting for entity commands.
Supports two modes:
- Human: Styled terminal output with colored statuses, shortened UUIDs, and section headers. Designed for interactive use.
- JSON: Pretty-printed JSON for machine consumption and agent piping.
Structsยง
- Output
Config - Output configuration, driven by the
--jsonglobal flag.
Functionsยง
- format_
value ๐ - looks_
like_ ๐uuid - Quick check if a string looks like a UUID (8-4-4-4-12 hex pattern).
- print_
human ๐