rft-cli-0.2.0 is not a library.
rft
Zero-config Docker Compose isolation for git worktrees.
When you work on multiple branches simultaneously using git worktree, each worktree needs its own Docker Compose stack with unique ports. rft automates this — it detects your compose file, allocates non-conflicting ports, and manages the stacks.
Install
Usage
# Prepare: compose file with ${VAR:-default} ports, then create worktrees
# Manage isolated stacks
Requirements
- Git 2.5+ (worktree support)
- Docker with Compose v2 (
docker compose) - Ports in compose file using
${VAR:-default}format
Documentation
Full docs: github.com/supostat/rft-cli
License
MIT