| .. |
|
alpha.go
|
add alpha command to test dry-run
|
2023-01-16 11:11:35 +01:00 |
|
build.go
|
Support for docker compose build --push when using multiple platforms
|
2023-01-26 16:54:41 +01:00 |
|
completion.go
|
update projectOptions to be public by renaming it to ProjectOptions
|
2022-12-20 08:53:27 +01:00 |
|
compose.go
|
update tty and plain text writers to support dry run mode
|
2023-01-30 09:27:17 +01:00 |
|
compose_test.go
|
move compose-plugin commands under /cmd
|
2021-06-15 15:52:48 +02:00 |
|
config.go
|
rename `convert` to `config` to align with compose v1 UX
|
2023-01-30 22:23:53 +01:00 |
|
cp.go
|
update projectOptions to be public by renaming it to ProjectOptions
|
2022-12-20 08:53:27 +01:00 |
|
create.go
|
Add `--scale` to `compose create`, refactor scale option
|
2023-01-26 13:03:34 +01:00 |
|
down.go
|
update projectOptions to be public by renaming it to ProjectOptions
|
2022-12-20 08:53:27 +01:00 |
|
events.go
|
don't assume os.Stdout and rely on dockerCLI.streams
|
2022-12-20 23:52:25 +01:00 |
|
exec.go
|
don't assume os.Stdout and rely on dockerCLI.streams
|
2022-12-20 23:52:25 +01:00 |
|
images.go
|
don't assume os.Stdout and rely on dockerCLI.streams
|
2022-12-20 23:52:25 +01:00 |
|
kill.go
|
update projectOptions to be public by renaming it to ProjectOptions
|
2022-12-20 08:53:27 +01:00 |
|
list.go
|
don't assume os.Stdout and rely on dockerCLI.streams
|
2022-12-20 23:52:25 +01:00 |
|
logs.go
|
alias -n for --tail to align with docker CLI
|
2023-01-26 10:00:58 +01:00 |
|
pause.go
|
update projectOptions to be public by renaming it to ProjectOptions
|
2022-12-20 08:53:27 +01:00 |
|
port.go
|
don't assume os.Stdout and rely on dockerCLI.streams
|
2022-12-20 23:52:25 +01:00 |
|
ps.go
|
check service names based on project, not running containers
|
2022-12-21 21:11:44 +01:00 |
|
ps_test.go
|
don't assume os.Stdout and rely on dockerCLI.streams
|
2022-12-20 23:52:25 +01:00 |
|
pull.go
|
introduce `--ignore-buildable` to ignore buildable images on pull
|
2023-01-03 18:43:23 +01:00 |
|
push.go
|
update projectOptions to be public by renaming it to ProjectOptions
|
2022-12-20 08:53:27 +01:00 |
|
remove.go
|
update projectOptions to be public by renaming it to ProjectOptions
|
2022-12-20 08:53:27 +01:00 |
|
restart.go
|
update projectOptions to be public by renaming it to ProjectOptions
|
2022-12-20 08:53:27 +01:00 |
|
run.go
|
Add `--scale` to `compose create`, refactor scale option
|
2023-01-26 13:03:34 +01:00 |
|
start.go
|
update projectOptions to be public by renaming it to ProjectOptions
|
2022-12-20 08:53:27 +01:00 |
|
stop.go
|
update projectOptions to be public by renaming it to ProjectOptions
|
2022-12-20 08:53:27 +01:00 |
|
top.go
|
don't assume os.Stdout and rely on dockerCLI.streams
|
2022-12-20 23:52:25 +01:00 |
|
tracing.go
|
fix panic when using 'compose up --build'
|
2022-09-02 15:44:55 +02:00 |
|
up.go
|
Add `--scale` to `compose create`, refactor scale option
|
2023-01-26 13:03:34 +01:00 |
|
up_test.go
|
Add `--scale` to `compose create`, refactor scale option
|
2023-01-26 13:03:34 +01:00 |
|
version.go
|
update usage strings for consistency
|
2022-08-02 13:32:29 +02:00 |
|
watch.go
|
introduce experimental watch command (skeletton)
|
2023-01-12 10:52:58 +01:00 |