Versions in this module Expand all Collapse all v0 v0.0.8 Apr 2, 2025 v0.0.7 Mar 31, 2025 Changes in this version + func BeforeConfig(composeCommand []string) func(ctx context.Context, cmd *cli.Command) (context.Context, error) + func PrepareConfig(logger log.Logger, data map[string]any) (map[string]any, error) + func ReadConfig(logger log.Logger, cmd *cli.Command) (map[string]any, error) + func RunCmd(ctx context.Context, args []string) error + func RunCompose(ctx context.Context, args []string) error + func WriteConfig(logger log.Logger, data map[string]any, projectID string) (string, error) + type ComposeCommandKey struct + type ComposeFilePathKey struct + type LoggerKey struct