Releases: bmatcuk/go-vagrant
Releases · bmatcuk/go-vagrant
Added "Box Add" command
Thanks again @gtestault-lmi!
Added box list command
Thanks @gtestault-lmi!
Fixed a bug with global-status
v1.4.2 v1.4.2
Verbose outputs command, too
v1.4.1 v1.4.1
Added the MachineName option to commands that support it.
Added the global-status command
v1.3.0 v1.3.0
Fix Port command and Env
The Port command doesn't support multiple vagrant machines, so if your Vagrantfile defines multiple machines, you'll need to make sure to specify PortCommand.MachineName
to retrieve ports for a specific machine, one at a time.
Also, Env merges with os.Environ
now, as promised in the docs.
Improved Documentation and Test Coverage a Little
v1.1.2 v1.1.2
Greatly Improved Code Coverage
v1.1.1 v1.1.1
Added resume command
Oops, how did I forget that?