From 00f39e72d35b981e57d099ac2e65e2f7fe774d17 Mon Sep 17 00:00:00 2001 From: Jiaqi Liu Date: Mon, 29 Apr 2024 22:04:20 +0800 Subject: [PATCH] Add missing option doc for 'packer fmt' (#12944) --- website/content/docs/commands/fmt.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/docs/commands/fmt.mdx b/website/content/docs/commands/fmt.mdx index be66e3eda..d082f9afc 100644 --- a/website/content/docs/commands/fmt.mdx +++ b/website/content/docs/commands/fmt.mdx @@ -52,4 +52,7 @@ $ cat my-template.pkr.hcl | packer fmt - - `-write=false` - Don't write formatting changes to source files (always disabled if using -check) -- `-` - read formatting changes from stdin and write them to stdout. \ No newline at end of file +- `-` - read formatting changes from stdin and write them to stdout. + +- `recursive` Also process files in subdirectories. By default, only the + given directory (or current directory) is processed. \ No newline at end of file