Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaxxstorm/2c4c77d5632ecf90afde9872e975c3bb to your computer and use it in GitHub Desktop.
Save jaxxstorm/2c4c77d5632ecf90afde9872e975c3bb to your computer and use it in GitHub Desktop.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 5201438... HArd to debug this nonsense
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
push push a template and supporting files to a Packer build service
validate check that a template is valid
version Prints the Packer version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment