terminal. Use --format to select a format and --output to write to a file instead of stdout.
~/.codegate/config.json:
Formats
- terminal
- json
- sarif
- markdown
- html
The default format. Renders an interactive TUI (terminal user interface) when a TTY is available. The TUI presents findings grouped by severity, supports keyboard navigation, and shows inline remediation guidance.Disable the TUI to get plain text output suitable for log capture:Add The
--verbose for extended output including additional finding fields:terminal format is always used by codegate run. Machine-readable formats are only available from codegate scan.