Show Docktree-managed volumes.
docktree volumes [options]
The volumes command lists the Docker volumes managed by Docktree for the current worktree's project. This helps you track which volumes exist and how their logical names map to physical Docker volume names.
| Flag | Description |
|---|---|
-a, --all | Show volumes for all active worktree instances across the repository |
List volumes for the current worktree:
docktree volumes
List volumes across all active worktrees:
docktree volumes --all