what is the reason for automation api being just a...
# automation-api
q
what is the reason for automation api being just a wrapper around command line?
b
Doing otherwise requires some architectural refactoring that should happen later. Automation API was written as an abstraction so that eventually the CLI under the hood could be pulled out and that dependency removed.