-
-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin command line mode #1220
Comments
👍 |
1 similar comment
👍 |
Another way to test plugins now is via the end-to-end tests in server.js. It uses the test files in |
That's not really what this was about. This was more about exposing useful command-line utilities using the plugins functionality. e.g. like checking SPF, DNSBL lookups etc. etc. |
Migrated to wiki |
This would optionally allow a plugin to implement command-line functions for manual testing and additional utilities.
Via
haraka -c /etc/haraka --plugin-cli <plugin name> <args>
e.g.
Or
The text was updated successfully, but these errors were encountered: