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.
This commit is contained in:
Arjun Dandagi 2019-09-06 12:32:30 +05:30 committed by GitHub
parent 8048b200e3
commit 675260a8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 \<enter\> to see the result.
To exit the console, type "exit" and hit \<enter\>, or use Control-C.