mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Support for different CLI configuration files #6506
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @filips123 on GitHub (Jul 26, 2020).
It is currently only possible to use
cli-config.phporconfig/cli-config.php. I think this name is not really good name, because it doesn't tell you for which CLI is that config, so it can become messy if you have multiple config files for multiple things.I think this should be resolved in two steps (preferably both, if possible):
doctrine.phpor similar by default (along with currentcli-config.phpfor compatibility).--config custom-config.php).