Create bundles from the comandline
-
Hi there.
I’m currently trying to create an automateable setup for wordpress which includes the wp-cfm-plugin. The only issue I currently have is that I have to create a bundle containing all configuration-settings fo the site by hand. I couldn’t find a way to use wp-cli to push the config to a file without manual interaction first.
I’d love to have something like
wp config push --all
to export ALL config-items no matter what bundles there are. Or something likewp config bundle create "foo" --all
to create a new bundle containing all parameters. (The equivalent of manually creating a bundle and checking the “select all” checkbox ??Am I missing something?
Cheers
Andreas
- The topic ‘Create bundles from the comandline’ is closed to new replies.