Archive a workspace (remove worktrees, keep state)
Archive a workspace by removing its worktrees to free up branches, while preserving the state file. Archived workspaces are hidden from flow status by default (use --all to see them).
Use --closed to archive all workspaces with "closed" status at once.
flow archive [workspace] [flags]
flow archive my-workspace # Archive a single workspace
flow archive --closed # Archive all closed workspaces
--closed Archive all workspaces with closed status
-f, --force Skip confirmation prompt
-h, --help help for archive
-v, --verbose Enable verbose debug output
- flow - Multi-repo workspace manager using git worktrees