CTFd / ctfcli

ctfcli is a tool to manage Capture The Flag events and challenges
https://ctfd.io/
Apache License 2.0
165 stars 67 forks source link

Plugin improvements #122

Closed MilyMilo closed 1 year ago

MilyMilo commented 1 year ago
  1. Add env variable CTFCLI_PLUGIN_DIR to override default plugin dir - useful for development of plugins.
  2. Change plugin load print to a debug log so it's not displayed with every invocation of ctfcli
  3. Move plugin loading logic from main file to utils/plugins
ColdHeat commented 1 year ago

I like the idea. Please fix lints and this can be merged.

MilyMilo commented 1 year ago

Sure, linter was acting up for some reason but it's fixed. @ColdHeat