compose/cli/cmd/compose
Nicolas De Loof 9b282b69f8
Introduce --all option on compose ps
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-02-02 13:58:27 +01:00
..
build.go Make --file and --project-name global compose options 2021-01-20 14:40:08 +01:00
compose.go introduce compose logs --tail and --follow options 2021-01-29 15:10:56 +01:00
compose_test.go filter compose project to remove all services not required by command 2020-11-30 10:46:11 +01:00
convert.go Make --file and --project-name global compose options 2021-01-20 14:40:08 +01:00
create.go introduce compose create command 2021-01-29 14:50:56 +01:00
down.go Make --file and --project-name global compose options 2021-01-20 14:40:08 +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 Introduce --all option on compose ps 2021-02-02 13:58:27 +01:00
pull.go Make --file and --project-name global compose options 2021-01-20 14:40:08 +01:00
push.go Make --file and --project-name global compose options 2021-01-20 14:40:08 +01:00
run.go Make --file and --project-name global compose options 2021-01-20 14:40:08 +01:00
start.go DIsplay progress of starting containers when not attaching to logs (compose up, start) 2021-01-29 12:46:19 +01:00
stop.go Add start and stop commands 2021-01-27 17:18:10 -03:00
up.go introduce compose create command 2021-01-29 14:50:56 +01:00