https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30999 --- Comment #1 from paxed <pasi.kallinen@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.