Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/web/src/content/docs/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,12 @@ opencode export [sessionID]

If you don't provide a session ID, you'll be prompted to select from available sessions.

You can redirect the output to save to a file for further investigation:

```bash
opencode export > export.json
```

---

### import
Expand Down
Loading