From 675260a8c1c418def0f60e62d831315f1d5204fd Mon Sep 17 00:00:00 2001 From: Arjun Dandagi Date: Fri, 6 Sep 2019 12:32:30 +0530 Subject: [PATCH] added version compatibility to console command let the user know that console is available from version 1.4.2 and above, I was using 1.3.5 and didn't see the console command. thought of updating the docs. --- website/source/docs/commands/console.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/commands/console.html.md b/website/source/docs/commands/console.html.md index fc05e0e3c..31ee4e0b1 100644 --- a/website/source/docs/commands/console.html.md +++ b/website/source/docs/commands/console.html.md @@ -14,6 +14,8 @@ interpolations. You may access variables in the Packer config you called the console with, or provide variables when you call console using the -var or -var-file command line options. +~> **Note:** `console` is available from version 1.4.2 and above. + Type in the interpolation to test and hit \ to see the result. To exit the console, type "exit" and hit \, or use Control-C.