compose/cli/cmd/compose
Nicolas De Loof 9601aa5af3 add support for up --scale
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-02-12 14:32:43 +01:00
..
build.go Introduce --profile option 2021-02-02 13:51:22 +01:00
compose.go Merge pull request #1226 from docker/loglevel 2021-02-05 12:38:13 +01:00
compose_test.go Introduce --profile option 2021-02-02 13:51:22 +01:00
convert.go Add output flag for writing chart files 2021-02-08 18:10:02 +01:00
convert_kube.go Add output flag for writing chart files 2021-02-08 18:10:02 +01:00
create.go introduce compose create command 2021-01-29 14:50:56 +01:00
down.go Expose `—remove-orphans` in compose down command 2021-02-03 15:50:49 +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 Can't set `-f` as shortcut for `--follow` : conflict with `--file` 2021-01-29 15:17:44 +01:00
ps.go Remove the HEALTH status in `docker compose ps` and combine values from fields “state” and “health”. Rename column STATE => STATUS. 2021-02-05 12:19:45 +01:00
pull.go Introduce --profile option 2021-02-02 13:51:22 +01:00
push.go Introduce --profile option 2021-02-02 13:51:22 +01:00
run.go Fix orphans warning when `docker compose run` 2021-02-11 15:34:38 +01:00
start.go avoid use of channels in API for gRPC compatibility 2021-02-11 09:34:08 +01:00
stop.go Introduce --profile option 2021-02-02 13:51:22 +01:00
up.go add support for up --scale 2021-02-12 14:32:43 +01:00