Skip to content

Commit 6a4682a

Browse files
committed
Allow -y to template update
1 parent 15acead commit 6a4682a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/templateupdate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ func templateUpdate() *cobra.Command {
108108
currentDirectory, _ := os.Getwd()
109109
cmd.Flags().StringVarP(&directory, "directory", "d", currentDirectory, "Specify the directory to create from")
110110
cmd.Flags().StringVarP(&provisioner, "test.provisioner", "", "terraform", "Customize the provisioner backend")
111+
cliui.AllowSkipPrompt(cmd)
111112
// This is for testing!
112113
err := cmd.Flags().MarkHidden("test.provisioner")
113114
if err != nil {

0 commit comments

Comments
 (0)