You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
Disable raw Docker Compose TTY output for multi-host stack fan-out, fixing interleaved cursor-control junk in commands like cf update --all when glances runs on all hosts.
Keep raw output for true single-target operations and host-filtered multi-host operations.
Ignore GitHub Actions Docker cache export failures so image publishing is less brittle.
Verification
uv run pytest tests/test_cli_lifecycle.py tests/test_executor.py tests/test_operations.py