Rename plugin terminology in jobs; "plugin" instead of "name" #154
Labels
enhancement
New feature or request
good first issue
Good for newcomers
v2_overhaul
breaking feature for v2
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"
{"name": "exec"}
-> step{"plugin": "exec"}
The text was updated successfully, but these errors were encountered: