Skip to content

Releases: bmatcuk/go-vagrant

Added "Box Add" command

12 Sep 19:27
v1.6.0
5e5e2f4
Compare
Choose a tag to compare

Added box list command

03 Sep 18:13
v1.5.1
bc41929
Compare
Choose a tag to compare

Fixed a bug with global-status

22 Sep 18:20
Compare
Choose a tag to compare

Verbose outputs command, too

22 Sep 17:47
Compare
Choose a tag to compare

Added the MachineName option to commands that support it.

21 Sep 05:05
Compare
Choose a tag to compare

Added the global-status command

21 Sep 05:05
Compare
Choose a tag to compare

Fix Port command and Env

27 Aug 14:28
Compare
Choose a tag to compare

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

25 Aug 15:17
Compare
Choose a tag to compare

Greatly Improved Code Coverage

24 Aug 14:29
Compare
Choose a tag to compare

Added resume command

22 Aug 15:13
Compare
Choose a tag to compare

Oops, how did I forget that?