You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when I need to install/upgrade a plugin, I have to manually pip install/upgrade the plugin and restart helga. This is a pain. I'd like to have full control over this via helga directly via something like !plugins install <foo> or !plugins upgrade foo==1.4
The text was updated successfully, but these errors were encountered:
FWIW, if this is built-in, I'd like to see it as a feature that can be disabled via config; for those of us who manage Helga via puppet, this prevents a cleanly-repeatable install process.
Right now when I need to install/upgrade a plugin, I have to manually pip install/upgrade the plugin and restart helga. This is a pain. I'd like to have full control over this via helga directly via something like
!plugins install <foo>
or!plugins upgrade foo==1.4
The text was updated successfully, but these errors were encountered: