https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26169
--- Comment #2 from David Cook <[email protected]> --- (In reply to David Cook from comment #0) > I have some ideas where it could be useful to be able to run a Koha plugin > as a script. > > For example: > "echo <oaipmh>records</oaipmh> | koha-plugin --run > Koha::Plugin::Dcook::Oaipmh::Harvester --method import kohadev" Oh actually... that should've been more like this: For example: "echo {"repository":"http://repo.org","verb":"GetRecord","metadataPrefix":"marcxml"} | koha-plugin --run Koha::Plugin::Dcook::Oaipmh::Harvester --method import kohadev" -- 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/
