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>
17 lines
337 B
Markdown
17 lines
337 B
Markdown
# opencode export
|
|
|
|
> Export session data as JSON.
|
|
> More information: <https://opencode.ai/docs/cli#export>.
|
|
|
|
- Export a specific session to a file:
|
|
|
|
`opencode export {{session_id}} > {{path/to/session}}.json`
|
|
|
|
- Export a session interactively (output in `stdout`):
|
|
|
|
`opencode export`
|
|
|
|
- Display help:
|
|
|
|
`opencode export {{[-h|--help]}}`
|