-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
When I run deployments via CI, I would like for verbose output to become collapsed in the CI logs so that I can more easily see both the overall progress and the details of certain tasks.
Some CI tools have a way for processes to delineate the start and end of collapsible sections by outputting some kind of delimiter to stdout:
It would be great if Deployer had the ability to output these delimiters when running with -v, -vv, or -vvv. Perhaps automatic support for major CI platforms could be baked right in, or maybe just allow for easy customization of the output strings so users can do this themselves by defining some kind of string template.