Warden 0.4.2
Enhancements:
- Added
WARDEN_SYNC_IGNORE
to support passing a comma-separated list of additional per-session-ignores to Mutagen when sync sessions are started (#142 by @davidalger) - Added pause, resume and monitor to
warden sync
command (#141 by @fooman) - Changed Mutagen sync to pause on
warden env stop
and resume onwarden env up -d
(#141 by @fooman)
Bug Fixes:
- Removed exclusion of (commonly large) files types (*.sql, *.gz, *.zip, *.bz2) from sync sessions (as introduced in 0.4.0) because it broke the ability to use artifact repositories with composer (#142 by @davidalger)