We'll create fresh WordPress site with WP-CFM installed. You have 20 minutes to test the plugin after that site we'll be deleted.
WP-CFM lets you copy database configuration to / from the filesystem. Easily deploy configuration changes without needing to copy the entire database. WP-CFM is similar to Drupal’s Features module.
wp_options
table)wp_sitemeta
table)WP-CFM supports [pull / push / diff] of bundles from the command-line using WP-CLI:
wp config pull [bundle_name] wp config push [bundle_name] wp config diff [bundle_name] wp config bundles wp config show_bundle [bundle_name]
You can optionally set bundle_name
to “all” to include all bundles.
Append the --network
flag to include multisite bundles.
See the filters reference page at the GitHub Wiki.