From 1e2bb075048cc575fddf119b92d96e6666c818c4 Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Tue, 27 Mar 2018 02:21:47 +0900 Subject: [PATCH] command: Restore `auto-approve` flag in the output of `apply -help` --- command/apply.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/command/apply.go b/command/apply.go index 596585139..8d1736a51 100644 --- a/command/apply.go +++ b/command/apply.go @@ -214,6 +214,8 @@ Options: modifying. Defaults to the "-state-out" path with ".backup" extension. Set to "-" to disable backup. + -auto-approve Skip interactive approval of plan before applying. + -lock=true Lock the state file when locking is supported. -lock-timeout=0s Duration to retry a state lock.