mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 03:12:01 -05:00
Before change
```
Usage: packer [--version] [--help] <command> [<args>]
Available commands are:
build build image(s) from template
console creates a console for testing variable interpolation
fix fixes templates from old versions of packer
hcl2_upgrade build image(s) from template
inspect see components of a template
validate check that a template is valid
version Prints the Packer version
```
After change
```
Usage: packer [--version] [--help] <command> [<args>]
Available commands are:
build build image(s) from template
console creates a console for testing variable interpolation
fix fixes templates from old versions of packer
hcl2_upgrade transform a JSON template into a HCL2 configuration
inspect see components of a template
validate check that a template is valid
version Prints the Packer version
```
|
||
|---|---|---|
| .. | ||
| test-fixtures | ||
| build.go | ||
| build_cancellation_test.go | ||
| build_cleanup_script_test.go | ||
| build_parallel_test.go | ||
| build_test.go | ||
| build_timeout_test.go | ||
| build_windows_test.go | ||
| cli.go | ||
| command_test.go | ||
| configtype_enumer.go | ||
| console.go | ||
| console_test.go | ||
| core_wrapper.go | ||
| exec_test.go | ||
| fix.go | ||
| fix_test.go | ||
| hcl2_upgrade.go | ||
| hcl2_upgrade_test.go | ||
| inspect.go | ||
| inspect_test.go | ||
| meta.go | ||
| plugin.go | ||
| signal.go | ||
| utils.go | ||
| validate.go | ||
| validate_test.go | ||
| version.go | ||
| version_test.go | ||