compose/cmd
Nicolas De Loof 7f668bd7fe Setup Compose service using functional parameters
This commit introduces WithMaxConcurrency and WithDryRun to replace direct mutators on composeService
commands and flags are translated into a set of functional parameters which are eventually applied
as a ComposeService is created just before being actually used by a command

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2025-10-24 18:24:21 +02:00
..
cmdtrace Integration of SetAttributes calls 2025-07-24 09:05:30 +02:00
compatibility Full test coverage for convert compatibility cmd 2025-02-05 18:08:54 +01:00
compose Setup Compose service using functional parameters 2025-10-24 18:24:21 +02:00
formatter Test to check writeComposeFile detects invalid OCI artifact 2025-10-22 20:09:32 +02:00
prompt introduce WithPrompt to configure compose backend to use a plugable UI component for user interaction 2025-10-22 16:14:55 +02:00
main.go Setup Compose service using functional parameters 2025-10-24 18:24:21 +02:00