What Changed
- Added ability to exit process-compose on skipped process
availability.exit_on_skipped
. Issue #225. Huge thanks to @shivaraj-bh 🔥 - Added ability to start process compose in detached mode
-D
. Issue #169 - Added ability to clear TUI logs and mark logs position. Issue #222
- Added configuration
is_tui_disabled: true
tocompose.yaml
to start without TUI. - Added support for multiple, configurable
.env
files (-e
flag). Issue #220
Bug Fixes
Changelog
- 3937434 feat #169: Add --detach option
- 38a472f feat #220: Support for custom .env files
- 1f86a5d feat #222: Added logs clear and mark (
Ctrl-K
andm
) - 9631b60 feat : Added configuration to compose.yaml to start without TUI
- e3d9281 feat: Add
availability.exit_on_skipped
- c47a7af feat: Validate compose.yaml before running in detached mode
- 14b33bc fix: check if unix socket is in use