[Koha-bugs] [Bug 28498] Add CLI counterpart for plugin actions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 9 04:30:18 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28498

--- Comment #4 from David Cook <dcook at prosentient.com.au> ---
(In reply to Nick Clemens from comment #0)
> We need a CLI counterpart for plugin actions:
>  - Install (from a URL, from a .kpz)
>  - Upgrade (from a URL, from a .kpz)
>  - Uninstall
>  - Configure based on some file format

I actually had another thought about this...

What if we had an instance-level configuration file that defined the plugin,
the plugin version, and the plugin configuration?

We could even re-use that configuration file across multiple Koha instances
which would help with the logistical challenges of managing plugins. (We could
use symlinks to point to a central file, or point to a central file from
koha-conf.xml for instance.)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list