v5.0.0-rc.1
Integration of SetAttributes calls
Full test coverage for convert compatibility cmd
move progress UI components into cmd
make DRYRUN_PREFIX a display attribute, move DryRunClient out of pkg/api
add (restore) support for detach keys
introduce WithPrompt to configure compose backend to use a plugable UI component for user interaction
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