athena-oss/athena

Add support for configurable plugins directory

rafaelspinto opened this issue · 2 comments

Add support for configurable plugins directory

To use this approach you can run athena in the following way :

$ ATHENA_PLGS_DIR=/path/to/plugins/dir athena <command> <args>

But you need to be aware that if you want to use the base plugin, you should create a symlink in the plugins custom directory to the base plugin, eg.:

$ ln -s /path/to/athena/plugins/base /path/to/custom/plugins/dir/base

Done with release v0.10.0