d8-dcd
v1.0.4
Published
An utlity command line tool for debugging D8 default_content exports
Downloads
1
Readme
Drupal 8 Default Content Doctor
The Drupal 8 Default Content Doctor or "DCD" for short is a lightweight command line tool for debugging exported json configurations from the Default Content Module.
This tool is intended for people (mistakenly) using the Default Content module as a collaborative, vcs-friendly development tool. As you may have already realized, using it this way results in constant conflicts, install errors and general messiness. DCD gives you insights about your exported content, such as missing or repeated IDs, to aid as a debugging tool.
Installation
npm install -g d8-dcd
Usage
# Display a list of problems identified in exports
dcd --diagnose --folder="mysite/.../content"