contest icon indicating copy to clipboard operation
contest copied to clipboard

Rename plugin terminology in jobs; "plugin" instead of "name"

Open mimir-d opened this issue 2 years ago • 0 comments

After feedback from multiple parties, it's not clear that the "name" in steps, targets managers, etc has to match with a plugin name from codebase. Should switch all "name" references to "plugin", like:

  • "TargetManagerName": "targetlist" -> "TargetManagerPlugin": "targetlist"
  • step {"name": "exec"} -> step {"plugin": "exec"}

mimir-d avatar Dec 05 '22 19:12 mimir-d