v1.8.3 - 2024-09-30
- Always set user agent to Forge CLI by @olivernybroe in #93
v1.8.2 - 2024-09-27
- Replace dead link in Security Policy by @Jubeki in #90
- Add "open" command by @mpociot in #91
- Set a User-Agent string by @jbrooksuk in #92
v1.8.1 - 2024-06-24
- fix: Use custom ssh port in CLI commands if defined by @olivernybroe in #87
- fix: deployment command showing wrong output by @olivernybroe in #88
v1.8.0 - 2023-06-06
- Support PHP 8.2 and use single source of truth by @jbrooksuk in #73
v1.7.0 - 2023-02-21
- Migrates to Laravel Zero 10 by @nunomaduro in #71
v1.6.0 - 2023-01-31
- Add prompt/option for username parameter required by forge api by @morales2k in #70
v1.5.0 - 2023-01-03
- Add option for specifying remote user when calling the ssh command by @tkuijer in #67
v1.4.1 - 2022-12-13
- Update dependencies
v1.4.0 - 2022-02-15
- PHP 8.1 deprecation warnings (#54)
- Drops PHP 7.3 and PHP 7.4 (#54)
- Improves
ssh:configure
command (#46)
- Improves
ssh:configure
command (#44)
- Usage on non-interactive environments (#43)
- Allow the usage of FORGE_API_TOKEN in CIs (#42)
- PHP 8.1 support (#26)
- Server and site tags to
list
commands (#36)
- Avoids attempt to question when there is no answers available (#33)
env:pull
andenv:push
commands (#19)
Stable version.
- Archived servers appearing on
server:list
command (b941187) - Commands based on
tail
operations failing (bd5dc8a)
- Runtime errors display next steps (aced4f9)
--tail
option got renamed to--follow
(#8)
- Empty logs now display feedback (998da4d)
- Commands based on
tail
operations failing (286d58b)
- Improvements on
site:logs
anddaemon:logs
commands (b1ca9ce) - Warns users when not using the latest version (83f89bf, 7e39417)
- Adds
database:shell
command (e93c38e)
Initial pre-release.