This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
Releases: svenluijten/forge-cli
Releases · svenluijten/forge-cli
Version 0.5.0
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 toforge.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
- Add
--branch
option toinstall:git
command (See #22)
Version 0.3.0
0.2.1
disable length ordered imports styleci check
0.2.0
Added
get:env
commandupdate:env
commandget:nginx-config
commandupdate:nginx-config
commandmake:key
commandshow:key
commandlist:keys
commanddelete: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
Added
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
Changed
- Renamed
create:*
commands tomake:*
(#5)
Added
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
Added
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
Changed
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
Added
reboot:service
commandstop:service
command- Boilerplate for
install:service
andremove:service
commands
0.1.1
0.1.1
Fixes
- Issue with path to
autoload.php
inbin/forge
when installing package globally