All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.2.1 - 2017-09-27
install:git
commanddelete:git
commandinstall:wordpress
commanddelete:wordpress
command- Ability to inline file contents to
make:recipe
,env:update
, etc. - Started adding tests
0.2.0 - 2017-06-23
get:env
commandupdate:env
commandget:nginx-config
commandupdate:nginx-config
commandmake:key
commandshow:key
commandlist:keys
commanddelete:key
command
- Remove need for custom
->execute()
method on commands - Loads of the commands' namespaces
- Folder structure in
/src/Commands
- Minor typos in documentation
0.1.5 - 2017-06-12
make:worker
commandshow:worker
commandlist:workers
commanddelete:worker
commandreboot:worker
commandmake:recipe
commandshow:recipe
commandlist:recipes
commanddelete:recipe
commandrun:recipe
commandupdate:recipe
command
0.1.4 - 2017-06-11
- Renamed
create:*
commands tomake:*
(#5)
create:rule
commandshow:rule
commandlist:rules
commanddelete:rule
commandcreate:job
commandshow:job
commandlist:jobs
commanddelete:job
commandcreate:database
commandshow:database
commandlist:databases
commanddelete:database
command
0.1.3 - 2017-04-04
install:service
commanduninstall:service
commandlist:daemons
commandcreate:daemon
commanddelete:daemon
commandshow:daemon
commandreboot:daemon
commanddeploy:site
commandsite:enable-quickdeploy
commandsite:disable-quickdeploy
commandsite:get-deploy-script
commandsite:update-deploy-script
commandsite:deploy-log
commandsite:reset-deployment-status
command- The
fillData()
method on theBaseCommand
class now accepts an override array
reboot:service
andstop:service
now accept the server ID as first parameter instead of second- Renamed
Services/Delete.php
toServices/Uninstall.php
0.1.2 - 2017-04-02
reboot:service
commandstop:service
command- Boilerplate for
install:service
andremove:service
commands
0.1.1 - 2017-04-02
- Issue with path to
autoload.php
inbin/forge
when installing package globally
- Some code style fixes by StyleCI
0.1.0 - 2017-04-01
authorize
commandcredentials
commandlist:servers
commandshow:server
commandcreate:server
commandupdate:server
commanddelete:server
commandlist:sites
commandshow:site
commandcreate:site
commandupdate:site
commanddelete:site
command