From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/vagrant/plugins%2Faction-hooks.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 devdocs/vagrant/plugins%2Faction-hooks.html (limited to 'devdocs/vagrant/plugins%2Faction-hooks.html') diff --git a/devdocs/vagrant/plugins%2Faction-hooks.html b/devdocs/vagrant/plugins%2Faction-hooks.html new file mode 100644 index 00000000..69f78e05 --- /dev/null +++ b/devdocs/vagrant/plugins%2Faction-hooks.html @@ -0,0 +1,26 @@ +

Action Hooks

Action hooks provide ways to interact with Vagrant at a very low level by injecting middleware in various phases of Vagrant's lifecycle. This is an advanced option, even for plugin development.

Warning: Advanced Topic! Developing plugins is an advanced topic that only experienced Vagrant users who are reasonably comfortable with Ruby should approach.

+

Public Action Hooks

The following action hooks are available in the core of Vagrant. Please note that this list is not exhaustive and additional hooks can be added via plugins.

Private API

You may find additional action hooks if you browse the Vagrant source code, but only the list of action hooks here are guaranteed to persist between Vagrant releases. Please do not rely on the internal API as it is subject to change without notice.

+

+ © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
+ https://www.vagrantup.com/docs/plugins/action-hooks.html +

+
-- cgit v1.2.3