svenluijten / forge-cli

🔥 A command line utility to interact with your Laravel Forge servers, sites, and more.
https://svenluijten.com
MIT License
64 stars 14 forks source link

PHP 7.4 breaks commands #50

Closed sebszocinski closed 3 years ago

sebszocinski commented 4 years ago

I've only tested env:set but i'm getting this error:

In BaseCommand.php line 102:
This command requires either the "--file" option to be set, or an input from STDIN. 

The command i'm using is: forge env:set --file=.env.staging XXXXX XXXXXX

svenluijten commented 3 years ago

Closing because I am abandoning this package in favor of laravel/forge-cli.