Describe your use case and the problem you are facing
When running wp core multisite-convert I don't always want the constants to be written to wp-config.php, for example if this configuration already lives in something like wp-config-production.php that gets includeed in wp-config.php.
Describe the solution you'd like
The wp core multisite-install command already has a --skip-config flag. This flag should be added to wp core multisite-convert too.
Describe your use case and the problem you are facing
When running
wp core multisite-convertI don't always want the constants to be written towp-config.php, for example if this configuration already lives in something likewp-config-production.phpthat getsincludeed inwp-config.php.Describe the solution you'd like
The
wp core multisite-installcommand already has a--skip-configflag. This flag should be added towp core multisite-converttoo.