Nicolas De Loof 41e056341b rename `convert` to `config` to align with compose v1 UX 2 years ago
..
alpha.go eb59b0e265 add alpha command to test dry-run 2 years ago
build.go 634a7d2a7b Support for docker compose build --push when using multiple platforms 2 years ago
completion.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
compose.go 790712fa92 update tty and plain text writers to support dry run mode 2 years ago
compose_test.go e2ea24ceb7 move compose-plugin commands under /cmd 4 years ago
config.go 41e056341b rename `convert` to `config` to align with compose v1 UX 2 years ago
cp.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
create.go 9d53ed8f63 Add `--scale` to `compose create`, refactor scale option 2 years ago
down.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
events.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
exec.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
images.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
kill.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
list.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
logs.go 33c3f4dfad alias -n for --tail to align with docker CLI 2 years ago
pause.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
port.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
ps.go 9bd9f1765c check service names based on project, not running containers 2 years ago
ps_test.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
pull.go 8b4ac37f9c introduce `--ignore-buildable` to ignore buildable images on pull 2 years ago
push.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
remove.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
restart.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
run.go 9d53ed8f63 Add `--scale` to `compose create`, refactor scale option 2 years ago
start.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
stop.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
top.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
tracing.go 537f023a3b fix panic when using 'compose up --build' 3 years ago
up.go 9d53ed8f63 Add `--scale` to `compose create`, refactor scale option 2 years ago
up_test.go 9d53ed8f63 Add `--scale` to `compose create`, refactor scale option 2 years ago
version.go 9db79856be update usage strings for consistency 3 years ago
watch.go bb9cf32245 introduce experimental watch command (skeletton) 2 years ago