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

Should `create:*` commands be renamed to `make:*`? #5

Closed svenluijten closed 7 years ago

svenluijten commented 7 years ago
# So should this:
$ forge create:server --name=something --provider=ocean2
# be renamed to this:
$ forge make:server --name=something --provider=ocean2

It would make sense, since Laravel follows the make:* schema as well, but I'm a bit torn on this. create just sounds a bit more descriptive and resolute.

sepehr commented 7 years ago

Easier to type and more laravelish, why not?

svenluijten commented 7 years ago

Yep that's the reason I asked! I will get on it whenever I can find some time, which as of lately hasn't been easy 😞 Unless you'd want to PR it in for me? 👼

sepehr commented 7 years ago

😆 Will surely do, Sven! But as soon as I'm done with the forthcoming deadline.

sepehr commented 7 years ago

Seems like that I never did. Shame :(

svenluijten commented 7 years ago

haha, no worries! I was working on this repo and figured I'd pick it up 🙂