2025-03-14 21:59:59 -06:00
|
|
|
# packer
|
|
|
|
|
|
|
|
|
|
> Build automated machine images.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://developer.hashicorp.com/packer/docs/commands>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Build an image:
|
|
|
|
|
|
|
|
|
|
`packer build {{path/to/config.json}}`
|
|
|
|
|
|
|
|
|
|
- Check the syntax of a Packer image config:
|
|
|
|
|
|
|
|
|
|
`packer validate {{path/to/config.json}}`
|
|
|
|
|
|
|
|
|
|
- Format a Packer image config:
|
|
|
|
|
|
|
|
|
|
`packer fmt {{path/to/config.pkr.hcl}}`
|