iandunn / wp-cli-rename-db-prefix

A WP-CLI command to rename WordPress' database prefix
108 stars 18 forks source link

Add --no-config-update option to skip updating wp-config.php #13

Closed ciromattia closed 5 years ago

ciromattia commented 5 years ago

Skipping wp-config.php update is useful in non-standard environments like Bedrock.

Also, make --no-prompt actually work (--no flags should be treated as positive flags as stated in https://make.wordpress.org/cli/handbook/commands-cookbook/#accepting-arguments).

iandunn commented 5 years ago

This LGTM, thanks Ciro :)