- Generate binstubs as
.bat
files on Windows (#15 thanks @MekDrop)
- Allow to configure binstubs directory (#11)
- Fixed binstubs for defined primary VM (#10 thanks @mikechau)
- Added binstubs support
- Fixed problem with environment variable values containing spaces by wrapping them in quotes
- Ensured
:prepend
option is added in the end of constructed command
- Brand new Commands API (#5)
- Ensure
--
is removed from command (#2)
- Renamed
:folder
option to:root
- Replaced
:bundler
option with:prepend_with
- Updated to work on Vagrant 1.4.1
- Changed plugin name from "Vagrant Exec" to "vagrant-exec"
- Added (dirty) fix to make it work on Vagrant 1.4
- Added MIT license
- Added support for exporting environment variables via
config.exec.env
- Removed
--machine
switch - Fixed handling of
--help
switch
- Initial release