mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
update default output to reflect current packer release
This commit is contained in:
parent
40af4fd2c4
commit
d414ed0d49
1 changed files with 6 additions and 4 deletions
|
|
@ -46,10 +46,12 @@ $ packer
|
|||
usage: packer [--version] [--help] <command> [<args>]
|
||||
|
||||
Available commands are:
|
||||
build build image(s) from template
|
||||
fix fixes templates from old versions of packer
|
||||
inspect see components of a template
|
||||
validate check that a template is valid
|
||||
build build image(s) from template
|
||||
fix fixes templates from old versions of packer
|
||||
inspect see components of a template
|
||||
push push template files to a Packer build service
|
||||
validate check that a template is valid
|
||||
version Prints the Packer version
|
||||
```
|
||||
|
||||
If you get an error that `packer` could not be found, then your PATH
|
||||
|
|
|
|||
Loading…
Reference in a new issue