You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue proposes moving ansible command denoted in cli.py into it's own file, and moving others to something like core.py The thought process is that, if ansible is an optional dependency, it would make sense to extract the built-in commands from those which are add-ons. The architecture will proliferate to other optional dependencies, like nornir or others.
Use Case
The schema-enforcer ansible commands (e.g. schema-enforcer ansible <sub-command>) will run exactly as they do now, but will be imported from their own file instead of directly referenced in cli.py.
The text was updated successfully, but these errors were encountered:
Environment
Proposed Functionality
This issue proposes moving ansible command denoted in
cli.py
into it's own file, and moving others to something likecore.py
The thought process is that, if ansible is an optional dependency, it would make sense to extract the built-in commands from those which are add-ons. The architecture will proliferate to other optional dependencies, likenornir
or others.Use Case
The schema-enforcer ansible commands (e.g.
schema-enforcer ansible <sub-command>
) will run exactly as they do now, but will be imported from their own file instead of directly referenced in cli.py.The text was updated successfully, but these errors were encountered: