Merge pull request #6471 from DanHam/update-fix-cmd-usage

Update 'packer fix' command usage output to include all fixers
This commit is contained in:
Megan Marsh 2018-07-11 11:04:19 -07:00 committed by GitHub
commit 9c4efd91d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 8 deletions

View File

@ -122,14 +122,37 @@ Usage: packer fix [options] TEMPLATE
Fixes that are run: Fixes that are run:
iso-md5 Replaces "iso_md5" in builders with newer "iso_checksum" iso-md5 Replaces "iso_md5" in builders with newer
createtime Replaces ".CreateTime" in builder configs with "{{timestamp}}" "iso_checksum"
virtualbox-gaattach Updates VirtualBox builders using "guest_additions_attach" createtime Replaces ".CreateTime" in builder configs with
to use "guest_additions_mode" "{{timestamp}}"
pp-vagrant-override Replaces old-style provider overrides for the Vagrant virtualbox-gaattach Updates VirtualBox builders using
post-processor to new-style as of Packer 0.5.0. "guest_additions_attach" to use
virtualbox-rename Updates "virtualbox" builders to "virtualbox-iso" "guest_additions_mode"
vmware-rename Updates "vmware" builders to "vmware-iso" pp-vagrant-override Replaces old-style provider overrides for the
Vagrant post-processor to new-style as of Packer
0.5.0.
virtualbox-rename Updates "virtualbox" builders to "virtualbox-iso"
vmware-rename Updates "vmware" builders to "vmware-iso"
parallels-headless Removes unused "headless" setting from Parallels
builders
parallels-deprecations Removes deprecated "parallels_tools_host_path" from
Parallels builders
sshkeypath Updates builders using "ssh_key_path" to use
"ssh_private_key_file"
sshdisableagent Updates builders using "ssh_disable_agent" to use
"ssh_disable_agent_forwarding"
manifest-filename Updates "manifest" post-processor so any "filename"
field is renamed to "output"
amazon-shutdown_behavior Changes "shutdown_behaviour" to "shutdown_behavior"
in Amazon builders
amazon-enhanced-networking Replaces "enhanced_networking" in builders with
"ena_support"
amazon-private-ip Replaces "ssh_private_ip": true in amazon builders
with "ssh_interface": "private_ip"
docker-email Removes "login_email" from the Docker builder
powershell-escapes Removes PowerShell escapes from user env vars and
elevated username and password strings
Options: Options: