Skip to content

Instantly share code, notes, and snippets.

@masiuchi
Created November 6, 2017 02:30
Show Gist options
  • Save masiuchi/e812e7f22c909a17e8ad3516de26bc8c to your computer and use it in GitHub Desktop.
Save masiuchi/e812e7f22c909a17e8ad3516de26bc8c to your computer and use it in GitHub Desktop.
Update all Vagrant boxes
vagrant box list | cut -d' ' -f1 | xargs -I {} vagrant box update --box {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment