mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
84ac970dc7
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
29 lines
493 B
Markdown
29 lines
493 B
Markdown
# opencode debug
|
|
|
|
> Debugging and troubleshooting tools for OpenCode.
|
|
> More information: <https://opencode.ai/docs/cli#debug>.
|
|
|
|
- Show resolved configuration:
|
|
|
|
`opencode debug config`
|
|
|
|
- Show global paths (data, config, cache, state):
|
|
|
|
`opencode debug paths`
|
|
|
|
- List all known projects:
|
|
|
|
`opencode debug scrap`
|
|
|
|
- List all available skills:
|
|
|
|
`opencode debug skill`
|
|
|
|
- Show agent configuration details:
|
|
|
|
`opencode debug agent {{agent_name}}`
|
|
|
|
- Display help:
|
|
|
|
`opencode debug {{[-h|--help]}}`
|