Releases: Divergence/cli
Releases · Divergence/cli
v0.0.8
Changed some commands.
Adjusted usage help text for clarity.
Set prefered stability and minimum stability to allow the CLI to work with dev or release
v0.0.7
- Non-destructive config editor (writes PHP code but retains comments and styles)
- Almost complete
divergence init
command for bootstrapping a site and setting up a db config.
- A new config subcommand:
divergence config database [label]
v0.0.6
- Global autoload works now
- Set error reporting explicitly for when php.ini defaults are too verbose.
v0.0.5
Attempting to get global require working
v0.0.3
Removed dependency on Divergence\App
for loading configs because before the framework itself is installed that throws an error. Implemented CLI based config puller instead.
v0.0.2-beta
- Added test sub command
- Added
dbconfig
connection tester
- php-cs-fixer rules
- Guided database config wizard
- Automated website bootstraper
- Code cleanup