volumes

Show Docktree-managed volumes.

Usage

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.

Flags

FlagDescription
-a, --allShow volumes for all active worktree instances across the repository

Examples

List volumes for the current worktree:

docktree volumes

List volumes across all active worktrees:

docktree volumes --all