What's New
Features
cf apply --full/-f- Also refresh all services to pick up config changes (compose files, .env, etc.)cf config symlink- Create symlink from default config location to local config filecf a- Short alias forcf apply
Performance
- 70% faster CLI startup (~500ms → ~150ms)
- Lazy import asyncssh (only loaded when SSH is needed)
- Lazy import pydantic (only loaded when config is parsed)
- New lightweight
paths.pymodule for path utilities
Commands
cf apply --full # Reconcile + refresh all services
cf apply -f # Same as --full
cf a # Alias for cf apply
cf config symlink # Link ~/.config/compose-farm/compose-farm.yaml to local config