Skip to content
Merged
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
3 changes: 2 additions & 1 deletion src/content/docs/working-with-sprites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ All TTY sessions are automatically detachable. Start a command, disconnect with
sprite exec -tty "npm run dev" # start a TTY session
# Press Ctrl+\ to detach

sprite sessions # list running sessions
sprite sessions list # list running sessions
sprite s ls # short form list sessions
sprite sessions attach <id> # reattach to session
sprite sessions kill <id> # kill session
```
Expand Down
Loading