Skip to content

Instantly share code, notes, and snippets.

@vladdancer
Created February 24, 2021 13:40
Show Gist options
  • Save vladdancer/0f308346788c37e0c769fcad8a123d4a to your computer and use it in GitHub Desktop.
Save vladdancer/0f308346788c37e0c769fcad8a123d4a to your computer and use it in GitHub Desktop.
export content in drupal
#!/bin/bash
# Note: the path is relative to the DRUPAL_ROOT
# drush dcer --folder
drush dcer taxonomy_term 11972 --folder=modules/custom/my_module/modules/my_module_demo_content/content
drush dcer question 13 --folder=modules/custom/my_module/modules/my_module_demo_content/content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment