...
Here we made sure to specify --env=prod, this is needed for all legacy scripts that clear cache, otherwise they will will clear dev environment cache instead of prod for Symfony stack.
Warning | ||
---|---|---|
| ||
Always pass the legacy script options and arguments AFTER script path, otherwise they will be lost. |
Script help
If you want to access the script's help please be aware that you will need to use the newly introduced --legacy-help
option, since --help is already reserved for the CLI help.
...