forked from toolshed/abra
feat: select prompt for recipes on app new
This commit is contained in:
@ -165,7 +165,7 @@ func createSecrets(sanitisedAppName string) (secrets, error) {
|
||||
|
||||
// action is the main command-line action for this package
|
||||
func action(c *cli.Context) error {
|
||||
recipe := internal.ValidateRecipe(c)
|
||||
recipe := internal.ValidateRecipeWithPrompt(c)
|
||||
|
||||
if err := config.EnsureAbraDirExists(); err != nil {
|
||||
logrus.Fatal(err)
|
||||
|
Reference in New Issue
Block a user