fawkes
fawkes copied to clipboard
Convert fawkes steps to fawkes plugins
🚀 Feature Proposal
Currently fawkes steps are exposed through the CLI as separate commands which directly take in configuration from fawkes's config file. This needs to be changed to a plugin based architecture where each plugin has it's own config and a person running fawkes can specify which plugins to run etc.
- Ideas:
- Each runnable plugin can be automatically exposed as a CLI command ?
Motivation
- Modernization in general