From 8ceabbd8e6157bea8c4e02c288810e59d4f9b82a Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Fri, 5 Dec 2014 15:39:49 -0800 Subject: [PATCH] website: Document missing flag --- website/source/docs/commands/apply.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/commands/apply.html.markdown b/website/source/docs/commands/apply.html.markdown index 96591a476..8ae1e8ee9 100644 --- a/website/source/docs/commands/apply.html.markdown +++ b/website/source/docs/commands/apply.html.markdown @@ -31,6 +31,8 @@ The command-line flags are all optional. The list of available flags are: * `-backup=path` - Path to the backup file. Defaults to `-state-out` with the ".backup" extension. Disabled by setting to "-". +* `-input=true` - Ask for input for variables if not directly set. + * `-no-color` - Disables output with coloring. * `-refresh=true` - Update the state for each resource prior to planning