diff --git a/README.md b/README.md index d7f9e30..defc32c 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,13 @@ php artisan souldoit:set-env "MY_APP_NAME=Localhost" -E .env.example php artisan souldoit:set-env "MY_APP_NAME=Localhost" --env_file=.env.example ``` +#### Force option in production + +- When using --force option, it will bypass confirmation prompts in production. +``` bash +php artisan souldoit:set-env "MY_APP_NAME=Production App" --force +``` +   ### Get Variable's Value @@ -113,4 +120,4 @@ If you find this package helps you, kindly support me by donating some BNB (BSC)   ## License -The MIT License (MIT). Please see [License File](LICENSE) for more information. \ No newline at end of file +The MIT License (MIT). Please see [License File](LICENSE) for more information.