compose/cmd/compose
Guillaume Lours 0fedddb008
Merge pull request #10083 from ndeloof/nodeps
use recently introduced `withSelectedServicesOnly` to reduce code duplication
2022-12-15 15:51:29 +01:00
..
build.go configure buildx for plain output if --ansi=never has been set 2022-11-24 16:02:04 +01:00
completion.go cli: add shell completion function (#9269) 2022-09-26 13:21:45 -04:00
compose.go load project from explicit --files when set 2022-12-15 15:38:41 +01:00
compose_test.go move compose-plugin commands under /cmd 2021-06-15 15:52:48 +02:00
convert.go use api.Separator to print right image names 2022-12-01 09:20:09 +01:00
cp.go cli: add shell completion function (#9269) 2022-09-26 13:21:45 -04:00
create.go cli: add shell completion function (#9269) 2022-09-26 13:21:45 -04:00
down.go docs: remove extra whitespaces in help text (#9710) 2022-08-03 16:37:15 -04:00
events.go cli: add shell completion function (#9269) 2022-09-26 13:21:45 -04:00
exec.go cli: add shell completion function (#9269) 2022-09-26 13:21:45 -04:00
images.go align `--format` flag and UX with docker cli 2022-12-14 22:53:43 +01:00
kill.go pass services list to projectOrName function to add profiles for targeted services 2022-11-30 13:21:16 +01:00
list.go align `--format` flag and UX with docker cli 2022-12-14 22:53:43 +01:00
logs.go introduce --timestamp option on compose up 2022-12-15 12:14:22 +01:00
pause.go pass services list to projectOrName function to add profiles for targeted services 2022-11-30 13:21:16 +01:00
port.go port: improve error-handling if port not found (#10039) 2022-12-05 22:11:45 +00:00
ps.go align `--format` flag and UX with docker cli 2022-12-14 22:53:43 +01:00
ps_test.go align `--format` flag and UX with docker cli 2022-12-14 22:53:43 +01:00
pull.go Address review comments 2022-12-15 11:42:14 +01:00
push.go Address review comments 2022-12-15 11:42:14 +01:00
remove.go pass services list to projectOrName function to add profiles for targeted services 2022-11-30 13:21:16 +01:00
restart.go pass services list to projectOrName function to add profiles for targeted services 2022-11-30 13:21:16 +01:00
run.go use StringToBool to detect COMPOSE_IGNORE_ORPHANS 2022-12-01 09:38:57 +01:00
start.go pass services list to projectOrName function to add profiles for targeted services 2022-11-30 13:21:16 +01:00
stop.go pass services list to projectOrName function to add profiles for targeted services 2022-11-30 13:21:16 +01:00
top.go cli: add shell completion function (#9269) 2022-09-26 13:21:45 -04:00
tracing.go fix panic when using 'compose up --build' 2022-09-02 15:44:55 +02:00
up.go use recently introduced `withSelectedServicesOnly` to reduce code duplication 2022-12-15 15:38:18 +01:00
up_test.go get scale from deploy.replicas. Require scale normalization 2021-09-15 14:02:01 +02:00
version.go update usage strings for consistency 2022-08-02 13:32:29 +02:00