compose/cmd/compose
Wes Higbee 2c16e16db7 docker compose attach via RunAttach (from docker/cli's docker container attach)
Signed-off-by: Wes Higbee <wes.mcclure@gmail.com>
2024-01-08 17:14:49 -06:00
..
alpha.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
attach.go docker compose attach via RunAttach (from docker/cli's docker container attach) 2024-01-08 17:14:49 -06:00
build.go introduce build --with-dependencies 2023-12-20 15:58:54 +01:00
completion.go include disabled services for shell completion 2023-12-06 09:38:11 +01:00
compose.go docker compose attach via RunAttach (from docker/cli's docker container attach) 2024-01-08 17:14:49 -06:00
compose_test.go project.Services is a map 2023-12-05 18:54:31 +01:00
config.go avoid use of service.Name when iterating on project.Services 2023-12-05 18:54:31 +01:00
cp.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
create.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
create_test.go github.com/golang/mock is deprecated 2023-12-13 14:47:39 +01:00
down.go enable profile when down is ran with explicit service names 2023-10-18 12:19:45 +02:00
events.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
exec.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
images.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
kill.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
list.go render quiet after filtering applied 2023-11-15 20:25:40 +01:00
logs.go introduce compose logs --index to select a replica container 2023-11-29 13:56:16 +01:00
options.go avoid use of service.Name when iterating on project.Services 2023-12-05 18:54:31 +01:00
options_test.go avoid use of service.Name when iterating on project.Services 2023-12-05 18:54:31 +01:00
pause.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
port.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
ps.go Introduce ps --orphans so user can include/exclude services not declared by project 2023-11-23 13:43:49 +01:00
ps_test.go github.com/golang/mock is deprecated 2023-12-13 14:47:39 +01:00
publish.go tweak help message on oci version flag 2023-12-05 18:08:38 +01:00
pull.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
pullOptions_test.go project.Services is a map 2023-12-05 18:54:31 +01:00
push.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
remove.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
restart.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
run.go avoid use of service.Name when iterating on project.Services 2023-12-05 18:54:31 +01:00
scale.go avoid use of service.Name when iterating on project.Services 2023-12-05 18:54:31 +01:00
start.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
stats.go introduce `stats` command 2023-12-22 16:03:02 +01:00
stop.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
top.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
up.go avoid use of service.Name when iterating on project.Services 2023-12-05 18:54:31 +01:00
up_test.go project.Services is a map 2023-12-05 18:54:31 +01:00
version.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
viz.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
viz_test.go Added tests to `viz` subcommand 2023-04-24 12:18:37 +02:00
wait.go pull OCI remote resource 2023-09-07 07:27:32 +02:00
watch.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00