Skip to content

Instantly share code, notes, and snippets.

@johnpmitsch
Created October 18, 2019 14:14
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 johnpmitsch/b16060b99c33a548631ce37cf50eb589 to your computer and use it in GitHub Desktop.
Save johnpmitsch/b16060b99c33a548631ce37cf50eb589 to your computer and use it in GitHub Desktop.
vagrant cloud publish box with date as version command
vagrant cloud publish katello/katello-devel $(date '+%Y.%m%d.%H%M') libvirt centos7-katello-devel-stable.box -d "A stable katello devel environment created with packer" --version-description "nightly publish" --release --short-description "stable katello devel box"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment