Open hoatle opened 6 years ago
I guess we don't need this yet for v0.6, so maybe we could make this into v0.7 or when we really need this feature
related: #493
As I could see, plugin_manager also supports local plugin so we just need to add config support
vagrant introduced local and global mode plugins, I need to specify more to avoid confusions.
local plugins should be within the
plugins
directory for prod usage. With dev mode, a plugin can be placed within theworkspace
directory, follow the convention of teracy-dev extensions for location lookup and path.When a plugin is updated, make sure to re-install the plugin (gem) so that vagrant gets the latest code of the plugin.
I guess we could introduce:
is_local
andlocation
option for plugin config so that we know it's a local plugin to handle properly.