Created
February 24, 2021 13:40
-
-
Save vladdancer/0f308346788c37e0c769fcad8a123d4a to your computer and use it in GitHub Desktop.
export content in drupal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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