Skip to content

Releases: Divergence/cli

v0.0.8

11 Jul 09:19
1df1bf5
Compare
Choose a tag to compare

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

22 May 03:15
Compare
Choose a tag to compare
  • 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

21 May 20:32
Compare
Choose a tag to compare
  • Global autoload works now
  • Set error reporting explicitly for when php.ini defaults are too verbose.

v0.0.5

21 May 20:23
Compare
Choose a tag to compare

Attempting to get global require working

v0.0.3

21 May 20:07
Compare
Choose a tag to compare

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

21 May 18:15
Compare
Choose a tag to compare
  • Added test sub command
  • Added dbconfig connection tester
  • php-cs-fixer rules
  • Guided database config wizard
  • Automated website bootstraper
  • Code cleanup

Beta release

18 May 23:55
Compare
Choose a tag to compare
v0.0.1

Initial commit