- πΊπΈUnited States kevinfunk
I have a need to only export nodes and not references. I added this feature while working on this issue. Please let me know if you think it doesn't belong as part of this issue.
Export all nodes (does not export references)
drush dce node --folder=modules/custom/my_custom_module/content
Export only node 1
drush dce node 1 --folder=modules/custom/my_custom_module/content
The last submitted patch, 11: default_content-2824103-11.patch, failed testing. View results β
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.