feat: select prompt for recipes on app new

This commit is contained in:
2021-10-22 08:21:46 +02:00
parent 2bb4a9c063
commit 9f9248b987
2 changed files with 38 additions and 1 deletions

View File

@ -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)