Skip to content

Latest commit

 

History

History
136 lines (70 loc) · 5.12 KB

CHANGELOG.md

File metadata and controls

136 lines (70 loc) · 5.12 KB

Release Notes

v1.7.0 - 2023-02-21

v1.6.0 - 2023-01-31

Added

  • Add prompt/option for username parameter required by forge api by @morales2k in laravel/forge-cli#70

v1.5.0 - 2023-01-03

Added

  • Add option for specifying remote user when calling the ssh command by @tkuijer in laravel/forge-cli#67

v1.4.1 - 2022-12-13

Changed

  • Update dependencies

v1.4.0 - 2022-02-15

Fixed

  • PHP 8.1 deprecation warnings (#54)

Changed

  • Drops PHP 7.3 and PHP 7.4 (#54)

Changed

  • Improves ssh:configure command (#46)

Changed

  • Improves ssh:configure command (#44)

Fixed

  • Usage on non-interactive environments (#43)

Changed

  • Allow the usage of FORGE_API_TOKEN in CIs (#42)

Added

  • PHP 8.1 support (#26)

Added

  • Server and site tags to list commands (#36)

Fixed

  • Avoids attempt to question when there is no answers available (#33)

Added

  • env:pull and env:push commands (#19)

Stable version.

Fixed

  • Archived servers appearing on server:list command (b941187)
  • Commands based on tail operations failing (bd5dc8a)

Added

  • Runtime errors display next steps (aced4f9)

Changed

  • --tail option got renamed to --follow (#8)

Fixed

  • Empty logs now display feedback (998da4d)

Fixed

  • Commands based on tail operations failing (286d58b)

Added

  • Improvements on site:logs and daemon:logs commands (b1ca9ce)
  • Warns users when not using the latest version (83f89bf, 7e39417)

Fixed

Added

  • Adds database:shell command (e93c38e)

v0.1.0 (2021-07-30)

Initial pre-release.