mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
Add missing option doc for 'packer fmt' (#12944)
This commit is contained in:
parent
410e59f141
commit
00f39e72d3
1 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
- `-` - 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.
|
||||
Loading…
Reference in a new issue