[Bug 30999] New: Add a script to manage plugins from the command line
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30999 Bug ID: 30999 Summary: Add a script to manage plugins from the command line Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: pasi.kallinen@koha-suomi.fi QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz There should be a script to manage plugins from the command line. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30999 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- How about merging in the functionality of misc/devel/install_plugins.pl and having install/enable/disable for management. I'm game to help with such an effort. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30999 --- Comment #3 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- A 'list' command might be pretty useful too. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30999 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28498 CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30999 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25671 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30999 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- I'd be interested in testing a fully featured management script as well. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30999 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25672 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org