Skip to content

Show workspaces

show workspaces - List all workspaces and their status

Lists all git worktrees (workspaces) in a formatted table showing their path, branch, and status.

The status column indicates whether the worktree has uncommitted changes: - clean: No uncommitted changes - dirty: Has uncommitted changes

Use --verbose to see additional information including commit SHA. Use --debug to enable detailed logging to out/logs/work/.

Flags

Flag Description
-v, --verbose (default: false) Show detailed information including commit SHA
-d, --debug (default: false) Enable debug logging

Examples

show workspaces
show workspaces --verbose
show workspaces -v
show workspaces --debug

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.