Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@svenluijten svenluijten released this 04 Apr 21:50
· 157 commits to master since this release

Added

  • install:service command
  • uninstall:service command
  • list:daemons command
  • create:daemon command
  • delete:daemon command
  • show:daemon command
  • reboot:daemon command
  • deploy:site command
  • site:enable-quickdeploy command
  • site:disable-quickdeploy command
  • site:get-deploy-script command
  • site:update-deploy-script command
  • site:deploy-log command
  • site:reset-deployment-status command
  • The fillData() method on the BaseCommand class now accepts an override array

Changed

  • reboot:service and stop:service now accept the server ID as first parameter instead of second
  • Renamed Services/Delete.php to Services/Uninstall.php