diff --git a/cli/internal/new.go b/cli/internal/new.go index a1b05307..ccda3bc2 100644 --- a/cli/internal/new.go +++ b/cli/internal/new.go @@ -14,6 +14,7 @@ import ( "github.com/urfave/cli/v2" ) +// AppSecrets represents all app secrest type AppSecrets map[string]string // RecipeName is used for configuring recipe name programmatically