[Koha-bugs] [Bug 30999] Add a script to manage plugins from the command line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 21 09:41:56 CEST 2022


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

--- Comment #1 from paxed <pasi.kallinen at koha-suomi.fi> ---
Created attachment 136387
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136387&action=edit
adds a very simple command line script for managing plugins

This adds a very simple script that allows listing, enabling, and
disabling plugins from the command line. It should be helpful for
system admins to manage multiple koha instances.

Test:

1) run the script without parameters to list all plugins.
2) run it with --enable Plugin::Class::Here to enable a plugin
3) run it with --disable Plugin::Class::Here to disable a plugin

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


More information about the Koha-bugs mailing list