table of contents
| diagnostics(1) | General Commands Manual | diagnostics(1) |
NAME¶
diagnostics
SYNOPSIS¶
diagnostics [-n|--name] [--session-id] [--path] [-o|--output] [-h|--help]
DESCRIPTION¶
OPTIONS¶
- -n, --name <NAME>
- Specify a name for your chat session. When used with --resume, will resume this specific session if it exists.
- --session-id <SESSION_ID>
- Specify a session ID to resume. Requires --resume.
- --path <PATH>
- Legacy parameter for backward compatibility. Extracts session ID from the file path (e.g., '/path/to/20250325_200615. jsonl' -> '20250325_200615').
- -o, --output <OUTPUT>
- -h, --help
- Print help (see a summary with '-h')
SEE ALSO¶
goose(1), goose-session(1), goose-session-export(1), goose-session-import(1), goose-session-list(1), goose-session-remove(1)
| diagnostics |