diff --git a/website/source/docs/commands/console.html.md b/website/source/docs/commands/console.html.md index 203d3709d..7b99d4024 100644 --- a/website/source/docs/commands/console.html.md +++ b/website/source/docs/commands/console.html.md @@ -1,7 +1,7 @@ --- description: | The `packer console` command allows you to experiment with Packer variable -interpolations. + interpolations. layout: docs page_title: 'packer console - Commands' sidebar_current: 'docs-commands-console' @@ -35,18 +35,17 @@ help output, which can be seen via `packer console -h`. example: `-var-file myvars.json` ## REPL commands -- `help` - displays help text for Packer console. +- `help` - displays help text for Packer console. -- `exit` - exits the console +- `exit` - exits the console -- `variables` - prints a list of all variables read into the console from the - `-var` option, `-var-files` option, and template. +- `variables` - prints a list of all variables read into the console from the + `-var` option, `-var-files` option, and template. ## Usage Examples Let's say you launch a console using a Packer template `example_template.json`: - ``` $ packer console example_template.json ``` diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index 3bf714087..7aa2da186 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -13,7 +13,7 @@ build