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

Add optional --alias parameter to support domain aliases. #45

Closed nvahalik closed 3 years ago

nvahalik commented 4 years ago

This PR adds an alias command so that one can do the following:

forge site:make --domain=domain --alias=alias.one --alias=alias.two and it will register the aliases.

svenluijten commented 4 years ago

Could you add this to the documentation in the README as well? Changes look good!

nvahalik commented 4 years ago

Done.