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

Support optional wait parameter #23

Closed thoresuenert closed 3 years ago

thoresuenert commented 5 years ago

We want to use this package to deploy from command line in ci, so we have to do multiple steps in the right order. To do this we need to wait for everything ;)

We need to bump the sdk to v2 for that (https://github.com/svenluijten/forge-cli/pull/20)

We will add $wait as an optional parameter where possible and use the default value from the sdk itself.

svenluijten commented 5 years ago

Hey @thoresuenert, thanks for your interest in this package! I'm sort of short on time to properly maintain this package (and it's not even reached v1.0.0 yet).

I'll take a look at this whenever I can, or if you want you can submit a(nother) PR, which I'll happily merge! 🙂

thoresuenert commented 5 years ago

@svenluijten pr we go :P

svenluijten commented 3 years ago

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