mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 22:54:31 +00:00
26 lines
496 B
Plaintext
26 lines
496 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# opencode session
|
|
|
|
> Manage OpenCode sessions.
|
|
> More information: <https://opencode.ai/docs/cli#session>.
|
|
|
|
- List sessions:
|
|
|
|
`opencode session list`
|
|
|
|
- List the last N sessions in a specific format:
|
|
|
|
`opencode session list {{[-n|--max-count]}} {{10}} --format {{table|json}}`
|
|
|
|
- Delete a specific session:
|
|
|
|
`opencode session delete {{session_id}}`
|
|
|
|
- Display help:
|
|
|
|
`opencode session {{[-h|--help]}}`
|