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

Releases: svenluijten/forge-cli

Version 0.5.0

02 May 10:32
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

Changed

  • Update sven/file-config to ^3.0
  • Update symfony/console to ^4.0 || ^5.0
  • Update symfony/process to ^4.0 || ^5.0
  • Update themsaid/forge-sdk to ^2.0
  • Update minimum PHP version to 7.2
  • Rename all commands to group by type instead of by action
  • Save configuration file as .forge.json to hide it by default. It will fall back to forge.json if not found.

Added

  • Allow passing in the API key as an argument to the authorize command
  • The proper exit codes are now returned from every command

Version 0.4.0

18 Sep 11:11
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • Add --branch option to install:git command (See #22)

Version 0.3.0

17 Jan 17:55
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
  • Pass right options into $this->optionMap (See #14)
  • Fixed version constraint issues (See #15)

0.2.1

27 Sep 20:29
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
disable length ordered imports styleci check

0.2.0

23 Jun 21:40
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added

  • get:env command
  • update:env command
  • get:nginx-config command
  • update:nginx-config command
  • make:key command
  • show:key command
  • list:keys command
  • delete:key command

Changed

  • Remove need for custom ->execute() method on commands
  • Loads of the commands' namespaces
  • Folder structure in /src/Commands

Fixed

  • Minor typos in documentation

0.1.5

11 Jun 22:19
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Added

  • make:worker command
  • show:worker command
  • list:workers command
  • delete:worker command
  • reboot:worker command
  • make:recipe command
  • show:recipe command
  • list:recipes command
  • delete:recipe command
  • run:recipe command
  • update:recipe command

0.1.4

11 Jun 18:06
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

Changed

  • Renamed create:* commands to make:* (#5)

Added

  • create:rule command
  • show:rule command
  • list:rules command
  • delete:rule command
  • create:job command
  • show:job command
  • list:jobs command
  • delete:job command
  • create:database command
  • show:database command
  • list:databases command
  • delete:database command

0.1.3

04 Apr 21:50
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-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

0.1.2

02 Apr 15:05
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Added

  • reboot:service command
  • stop:service command
  • Boilerplate for install:service and remove:service commands

0.1.1

01 Apr 22:17
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

0.1.1

Fixes

  • Issue with path to autoload.php in bin/forge when installing package globally