| .. |
|
build.go
|
fix typo in ssh option description
|
2022-03-31 10:14:13 -04:00 |
|
completion.go
|
Filter completions by toComplete variable
|
2021-07-12 14:33:37 -03:00 |
|
compose.go
|
Merge pull request #9335 from ulyssessouza/remove-deadcode
|
2022-03-31 17:04:29 +02:00 |
|
compose_test.go
|
move compose-plugin commands under /cmd
|
2021-06-15 15:52:48 +02:00 |
|
convert.go
|
Discard env_file section on convert/config
|
2022-01-15 11:45:08 +01:00 |
|
cp.go
|
compose cp doesn't need a full project and can copy from stopped container
|
2021-12-12 16:15:56 +01:00 |
|
create.go
|
add support for COMPOSE_IGNORE_ORPHANS
|
2021-09-24 08:24:48 +02:00 |
|
down.go
|
Add function to convert strings to bool
|
2022-03-04 16:42:37 +01:00 |
|
events.go
|
move compose-cli code into docker/compose/v2
|
2021-08-31 19:09:19 +02:00 |
|
exec.go
|
pass interactive flag to ExecOptions for the RunExec command
|
2022-03-26 07:23:31 +01:00 |
|
images.go
|
move compose-cli code into docker/compose/v2
|
2021-08-31 19:09:19 +02:00 |
|
kill.go
|
kill only need project name
|
2022-03-14 10:26:36 +01:00 |
|
list.go
|
Add compose file path to ls command
|
2022-02-18 16:37:35 +01:00 |
|
logs.go
|
move compose-cli code into docker/compose/v2
|
2021-08-31 19:09:19 +02:00 |
|
pause.go
|
Make command descriptions consistent
|
2021-10-04 15:10:37 +02:00 |
|
port.go
|
move compose-cli code into docker/compose/v2
|
2021-08-31 19:09:19 +02:00 |
|
ps.go
|
ps: un-deprecate --filter, and enhance docs
|
2022-03-10 20:39:19 +01:00 |
|
pull.go
|
move compose-cli code into docker/compose/v2
|
2021-08-31 19:09:19 +02:00 |
|
push.go
|
move compose-cli code into docker/compose/v2
|
2021-08-31 19:09:19 +02:00 |
|
remove.go
|
build full compose model from resources, then filter by services
|
2022-03-09 11:29:30 +01:00 |
|
restart.go
|
Implemented #9147
|
2022-02-05 10:27:52 +03:30 |
|
run.go
|
update run no-TTY flag description as auto-detected by default
|
2022-03-18 10:42:05 +01:00 |
|
start.go
|
Implemented #9147
|
2022-02-05 10:27:52 +03:30 |
|
stop.go
|
Implemented #9147
|
2022-02-05 10:27:52 +03:30 |
|
top.go
|
move compose-cli code into docker/compose/v2
|
2021-08-31 19:09:19 +02:00 |
|
up.go
|
Add function to convert strings to bool
|
2022-03-04 16:42:37 +01:00 |
|
up_test.go
|
get scale from deploy.replicas. Require scale normalization
|
2021-09-15 14:02:01 +02:00 |
|
version.go
|
Fix json format for version command
|
2022-03-08 09:40:25 +01:00 |