Skip to content

deskhand list

Terminal window
deskhand list [--json]

List all deskhand-managed worktrees from the registry, in a table.

Flag Description
--json Emit machine-readable JSON instead of a table.

Each row shows the worktree’s slug, branch, path, DB engine + name, ports, URL, and creation time — everything deskhand recorded when it provisioned the desk.

Terminal window
deskhand list
deskhand list --json | jq '.[].slug'

The registry it reads from is the per-repo, gitignored source of truth for what deskhand created (.claude/deskhand/registry.json). See the Safety model.