To jump on the bandwagon bitweaver now has nascent support for configuring installs using
YAML files. The new package
YamlConfig provides two new features to administrators: The ability to dump configuration settings to YAML, and the ability to change configuration settings using YAML. This greatly simplifies porting settings between multiple installs, whether you are running multiple sites or have development sandboxes and live sites.
This package also has a promising future in that it can grow to enable easy bulk uploading of content by admins and editors or regular users.
YamlConfig is av…