mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 23:54:33 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/opencode-debug
Normal file
33
tldr/opencode-debug
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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]}}`
|
||||
Reference in New Issue
Block a user