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

Force flags for non interactive use #25

Closed thoresuenert closed 3 years ago

thoresuenert commented 5 years ago

We use this client in a github action to setup a review app when pr is opened.

Some Commands are interactive especially the delete ones.

It would be nice to have a --force to use any command in an non-interactive way.

@svenluijten if you accept this i will come up with a PR.

svenluijten commented 5 years ago

100% agree, would welcome a PR with this!

svenluijten commented 3 years ago

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