ports

Show allocated host ports.

Usage

docktree ports [flags]

Reads from the port registry to show which host ports were allocated for each service in the current worktree.

Flags

FlagDescription
-a, --allShow ports for all worktree instances

Examples

docktree ports
  web    → 127.0.0.1:41001
  db     → 127.0.0.1:41002
  redis  → 127.0.0.1:41003
docktree ports --all