emyl / vagrant-triggers

Allow the definition of arbitrary scripts that will run on the host before and/or after Vagrant commands.
MIT License
546 stars 35 forks source link

Trigger for "box update" #57

Closed rustybailey closed 8 years ago

rustybailey commented 8 years ago

Is it possible to hook into the various "box" commands? We would like to have a trigger for vagrant box update, but that doesn't seem to be possible.

emyl commented 8 years ago

Hello,

It's not currently possible, since an action hook is not defined for that machine action.

If that action hook should be implemented in upstream vagrant, the plugin would start hooking automatically.

Cheers :smiley: