compose/cmd/formatter
Nick Sieger 870908cc8f feat(ps): add ENGINE column gated on label presence
Show an ENGINE column in `compose ps` default table output when the
com.docker.compose.engine label is present. Expose {{.Engine}} for custom
--format templates.

Rename api.EngineLabel to api.ContainerEngineLabel to avoid the
name collision with desktop.EngineLabel (com.docker.desktop.address).

Signed-off-by: Nick Sieger <nick@nicksieger.com>
2026-08-17 10:34:46 +02:00
..
ansi.go feat: make hook hint deep links clickable using OSC 8 terminal hyperlinks 2026-04-15 12:11:43 +02:00
ansi_test.go feat: make hook hint deep links clickable using OSC 8 terminal hyperlinks 2026-04-15 12:11:43 +02:00
colors.go Eliminate magic number in init functions 2025-07-24 09:04:52 +02:00
consts.go fix linting issues 2025-11-16 14:54:58 +01:00
container.go feat(ps): add ENGINE column gated on label presence 2026-08-17 10:34:46 +02:00
container_test.go feat(ps): add ENGINE column gated on label presence 2026-08-17 10:34:46 +02:00
formatter.go refactor: replace interface{} with any for clarity and modernization 2025-12-02 08:41:49 +01:00
formatter_test.go fix linting issues 2025-11-16 14:54:58 +01:00
json.go refactor: replace interface{} with any for clarity and modernization 2025-12-02 08:41:49 +01:00
logs.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
pretty.go
shortcut.go feat: pre-filter Desktop Logs view by Compose project 2026-05-18 17:28:03 +02:00
shortcut_unix.go make CTRL+Z a no-op operation on Windows 2025-10-17 15:07:37 +02:00
shortcut_windows.go Test to check writeComposeFile detects invalid OCI artifact 2025-10-22 20:09:32 +02:00