No commit activity in last 3 years
No release in over 3 years
Vagrant plugin for provider swapping
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

Vagrant Provider Swapper

Some rather hacky tricks to swap between different providers for a single vagrant machine without destroying anything.

Useful for building a VM locally, then pushing up to a cloud provider, for example.

Installation

vagrant plugin install vagrant-provider

Usage

# list machines and providers
$ vagrant provider list

Machines
--------

default:
    virtualbox (active)
    vmware_fusion
    digital_ocean

# stash the current provider state for later
$ vagrant provider stash [machine-name]

# bring back the named provider state
$ vagrant provider pick <provider> [machine-name]