compose/cmd/compose
Guillaume Lours efb63f2e6e
Some checks failed
ci / validate (lint) (push) Has been cancelled
ci / validate (validate-docs) (push) Has been cancelled
ci / validate (validate-go-mod) (push) Has been cancelled
ci / validate (validate-headers) (push) Has been cancelled
ci / binary (push) Has been cancelled
ci / bin-image-test (push) Has been cancelled
ci / test (push) Has been cancelled
ci / e2e (plugin, oldstable) (push) Has been cancelled
ci / e2e (standalone, oldstable) (push) Has been cancelled
ci / e2e (plugin, stable) (push) Has been cancelled
ci / e2e (standalone, stable) (push) Has been cancelled
merge / bin-image-prepare (push) Has been cancelled
merge / module-image (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
zizmor / zizmor (push) Has been cancelled
ci / binary-finalize (push) Has been cancelled
ci / coverage (push) Has been cancelled
ci / release (push) Has been cancelled
merge / bin-image (push) Has been cancelled
fix(config): warn when service selection is silently ignored
`docker compose config --no-interpolate <service>` and
`docker compose config --variables <service>` load the raw model
without applying service filtering, so the full model is rendered
regardless of the services passed as arguments. Filtering will not
be supported on these paths, so emit a warning to make sure users
are no longer misled by silently ignored arguments.

Fixes #13614

Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
2026-07-17 16:12:42 +02:00
..
alpha.go Setup Compose service using functional parameters 2025-10-24 18:24:21 +02:00
attach.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
backend.go refactor: fix lint issues from cleanup changes 2026-05-12 11:31:40 +02:00
bridge.go go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2 2026-02-11 12:32:37 +01:00
build.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
commit.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
completion.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
compose.go fix(progress): probe stderr (not stdout) for TTY auto-detection 2026-06-15 14:17:07 +02:00
compose_oci_test.go Fix invalid path error when using OCI artifacts on Windows 2026-02-09 09:15:37 +01:00
compose_progress_test.go fix(progress): probe stderr (not stdout) for TTY auto-detection 2026-06-15 14:17:07 +02:00
compose_test.go
config.go fix(config): warn when service selection is silently ignored 2026-07-17 16:12:42 +02:00
cp.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
create.go replace some uses of strings.Split(N) for strings.Cut 2026-01-22 11:26:16 +01:00
down.go add service name completion to down command 2026-01-05 09:32:39 +01:00
events.go refactor: replace interface{} with any for clarity and modernization 2025-12-02 08:41:49 +01:00
exec.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
export.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
generate.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
hooks.go feat: pre-filter Desktop Logs view by Compose project 2026-05-18 17:28:03 +02:00
hooks_test.go feat: pre-filter Desktop Logs view by Compose project 2026-05-18 17:28:03 +02:00
images.go go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2 2026-02-11 12:32:37 +01:00
kill.go refactor: fix lint issues from cleanup changes 2026-05-12 11:31:40 +02:00
list.go go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2 2026-02-11 12:32:37 +01:00
logs.go docs: compose logs: add more links for flag descriptions 2026-06-10 09:36:31 +02:00
options.go Skip validation when extracting config variables 2026-06-12 15:34:20 +02:00
options_test.go Skip validation when extracting config variables 2026-06-12 15:34:20 +02:00
pause.go refactor: fix lint issues from cleanup changes 2026-05-12 11:31:40 +02:00
port.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
ps.go modernize some code 2026-02-12 15:31:35 +01:00
publish.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
pull.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
pullOptions_test.go
push.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
remove.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
restart.go refactor: fix lint issues from cleanup changes 2026-05-12 11:31:40 +02:00
run.go Normalize --no-TTY flag to --no-tty 2026-06-29 20:56:31 +02:00
scale.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
start.go refactor: fix lint issues from cleanup changes 2026-05-12 11:31:40 +02:00
stats.go go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2 2026-02-11 12:32:37 +01:00
stop.go refactor: fix lint issues from cleanup changes 2026-05-12 11:31:40 +02:00
top.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
top_test.go fix mixed assertion libraries in tests 2026-03-31 17:32:51 +02:00
up.go fix: avoid setting timeout when waitTimeout is not positive 2026-01-05 09:31:14 +01:00
up_test.go test: cover up remote-stack variable prompt 2026-06-12 15:34:20 +02:00
version.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
version_test.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
viz.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
viz_test.go fix mixed assertion libraries in tests 2026-03-31 17:32:51 +02:00
volumes.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
wait.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
watch.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00