Vagrant plugin update *
From time to time, you should update your Vagrant plugins.
This one-liner makes it very easy to ensure that the latest versions are installed.
for plugin in `vagrant plugin list | awk '{print $1}'`; do vagrant plugin update $plugin; done
Just copy&paste it, hit return and grab a cup of coffee.
Among others, I highly recommend the following plugins:
vagrant-cachier
vagrant-vbguest
Written by Simon Waibl
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Vagrant
Authors
Related Tags
#vagrant
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#