https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30999
--- Comment #1 from paxed <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
