info
Display system information for bug reports.
Synopsis
Bash
The info command collects and displays diagnostic information about your ralph-tui installation. This is useful for including in bug reports.
Options
| Option | Description |
|---|---|
--json | Output in JSON format |
--copyable, -c | Output in copyable format for bug reports |
--cwd <path> | Working directory (default: current directory) |
-h, --help | Show help message |
Information Collected
The info command gathers:
- ralph-tui version - Installed version of ralph-tui
- Runtime - Bun or Node.js version
- Operating system - Platform, release, and architecture
- Configuration - Global and project config file locations and status
- Templates - Installed prompt templates
- Agent - Configured agent and detection status
- Tracker - Configured task tracker
Examples
Basic Usage
Bash
Output Formats
Bash
Sample Output
Default output:
Copyable format (-c):
JSON format (--json):
JSON
Filing Bug Reports
When filing a bug report, include the copyable format output:
- Run
ralph-tui info -c - Copy the output
- Paste into your bug report on GitHub
This helps maintainers quickly understand your environment and reproduce issues.