wt list
List all git worktrees with their setup status.
Synopsis
Description
wt list displays all git worktrees for the current repository in a tabular format, along with their dependency and env file status.
Options
| Option | Description |
|---|---|
--json | Output as JSON (for scripting) |
--status | Show per-worktree ecosystem and timing detail |
Examples
Output Format
The > prefix marks your current working directory.
Status Values
| Status | Meaning |
|---|---|
ready | Setup completed successfully |
partial | Setup ran but one or more steps had warnings |
failed | Setup could not complete |
pending | Worktree created but setup has not run yet |
- | Bare worktree or no status file |
Exit Codes
| Code | Meaning |
|---|---|
0 | Always (list commands do not fail) |