Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmd/lk/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ func setupTemplate(ctx context.Context, cmd *cli.Command) error {
bootstrap.WriteDotEnv(appName, envOutputFile, env, true)

if !cmd.IsSet("install") && !SkipPrompts(cmd) {
// Default the prompt to "yes" — installing deps is the common case.
install = true
if err := huh.NewForm(huh.NewGroup(util.Confirm().
Title("Install dependencies?").
Value(&install).
Expand Down
Loading