drush_cmi_tools
drush_cmi_tools copied to clipboard
Provides advanced CMI import and export functionality
Rather than manually editing your composer.json file, it is also possible to use the composer cli utility itself to manage the composer.json's format, as follows: ``` composer config repositories.drush_cmi_tools \...
this was hard to find. can you guys set this up as drupal.org project?
The YAMLForm project page now states that Webform is the successor, probably makes sense to update the documentation to point to webform. And, though they can be found elsewhere, it...
As reported [here](https://www.previousnext.com.au/blog/introducing-drush-cmi-tools#comment-1818): > The import command ignores files in the language folder. E.g config/dev/language/nl/views.view.slideshow_images.yml > > With the regular drush import command changes in translations are detected. We're also...
We have a situation where we wish to ignore entire collections. An example would be having languages turned on but we don't necessarily want this all to be exported to...
In the Installation section, the instructions have you add git repo, as well as a require block: "require": { "drupal/drush-cmi-tools": "dev-8.x-1.x" }, I think you only to define the repo,...
This was totally my fault, as I somehow generated an empty config file, but prompted me to include this to debug my issue. Thoughts on checking '$file_storage->read($name)' for 'false'? ```...
Hi! Looks like have a great project. I was looking for something like this and found your project and [Configuration Split](http://drupal.org/project/config_split) and Drupal.org. If you have not seen their project...
Like it is in `.gitignore` files it would be nice to have a Not-operator to un-ignore certain configs inside `config-ignore.yml` that otherwise would get ignored while matching a certain wildcard...