diff --git a/cli/internal/new.go b/cli/internal/new.go index a1b053075..ccda3bc27 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