Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.

Home Page:https://getlasso.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add “—lasso-env” flag to manually specify the environment Lasso should upload to.

Sammyjo20 opened this issue · comments

Lasso's environment management system is pretty useful, but can be clunky if you are working locally.

Adding a "--lasso-env=" flag to the publish command will upload your files to an exact environment.

I no longer feel this is needed.

I would like this very much. I'm calling the lasso:publish from inside my own command as I need to do some other stuff as well. But now I need to silence the lasso command and set the $filesystem->setLassoEnvironment($env); myself; as I need the specified env for other things in my own command.