github basnijholt/compose-farm v0.18.0

latest releases: v1.18.5, v1.18.4, v1.18.3...
4 months ago

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 file
  • cf a - Short alias for cf 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.py module 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

Don't miss a new compose-farm release

NewReleases is sending notifications on new releases.