mirror of
https://github.com/docker/compose.git
synced 2026-09-05 09:58:40 +00:00
COMPOSE_PROGRESS variable supports 5 values: - "auto" - detect console capabilities - "tty" - use terminal capability for advanced rendering - "plain" - dump raw events to output - "quiet" - don't display events - "json" - outputs a machine-readable JSON stream Signed-off-by: Anvar Umuraliev <an.umuraliev@gmail.com> |
||
|---|---|---|
| .. | ||
| colors.go | ||
| event.go | ||
| json.go | ||
| noop.go | ||
| plain.go | ||
| quiet.go | ||
| spinner.go | ||
| tty.go | ||
| tty_test.go | ||
| writer.go | ||
| writer_test.go | ||