terra-ops / terra-cli

The Terra Command Line Interface
http://terra.readthedocs.org
GNU General Public License v2.0
48 stars 17 forks source link

Rebuild Terra CLI using RoboPHP as a Framework. #130

Open jonpugh opened 7 years ago

jonpugh commented 7 years ago

I only discovered RoboPHP about 6 months ago, but as soon as I saw it I knew it was something we needed.

This PR changes Terra CLI to use RoboPHP "as a framework": See http://robo.li/framework/

This code is only at the beginning stages. The only working command is app:add.

The mission of terraCLI is not just to launch some docker containers, but to handle all of the things you typically need to do when building "websites" with as few commands as possible.

Things terra does now that RoboPHP can do for us now (in this PR):

Things RoboPHP does that we would love to use, but don't yet: