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
2 changes: 1 addition & 1 deletion docs/cli/sandbox-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ msb metrics --format json # One-shot JSON output

| Flag | Description |
|------|-------------|
| `-w`, `--watch` | Continuously refresh the table in place. Ctrl-C to quit. Requires a terminal |
| `-w`, `--watch` | Continuously refresh the table in place. Ctrl+C to quit. Requires a terminal |
| `-f`, `--follow` | Stream one JSON Lines object per sandbox per interval to stdout |
| `--interval` | Refresh interval for `--watch`/`--follow` (e.g. `500ms`, `2s`). Default `1s` |
| `-a`, `--all` | Include `exited` rows: terminal metrics preserved in the registry until the slot is reused |
Expand Down
Loading