compose/cli/cmd/compose
Nicolas De loof 189466ca81
Merge pull request #1335 from gtardif/logs_f
Allow `docker compose logs -f` for compatibility
2021-02-22 16:22:59 +01:00
..
build.go introduce --quiet option 2021-02-16 12:11:12 +01:00
compose.go os ENV has precedence over env file 2021-02-22 08:27:55 +01:00
compose_test.go Introduce --profile option 2021-02-02 13:51:22 +01:00
convert.go Merge pull request #1318 from docker/resolve-image-digests 2021-02-18 15:57:45 +01:00
convert_kube.go Add output flag for writing chart files 2021-02-08 18:10:02 +01:00
create.go introduce create --force-recreate and --no-recreate 2021-02-15 10:02:56 +01:00
down.go lint: Fix linting errors 2021-02-18 17:29:05 +01:00
exec.go Add `compose exec` command 2021-02-16 10:56:00 +01:00
kill.go Add kill command 2021-02-03 10:44:26 +01:00
list.go introduce `--filter` option on `compose ls` 2021-01-22 10:27:56 +01:00
logs.go Merge pull request #1335 from gtardif/logs_f 2021-02-22 16:22:59 +01:00
ps.go Add `--services` flag to `compose ps` 2021-02-18 13:27:53 +01:00
pull.go lint: Fix linting errors 2021-02-18 17:29:05 +01:00
push.go Introduce --profile option 2021-02-02 13:51:22 +01:00
remove.go introduce --timeout on compose stop|down 2021-02-16 10:21:01 +01:00
run.go revisit `run` implementation as create, attach, start, wait 2021-02-12 17:45:02 +01:00
start.go happy shinny linter ☜(⌒▽⌒)☞ 2021-02-12 17:55:38 +01:00
stop.go introduce --timeout on compose stop|down 2021-02-16 10:21:01 +01:00
up.go pass service to LogConsumer 2021-02-22 11:40:26 +01:00
up_test.go test case 2021-02-12 15:07:30 +01:00