Bulk Importing Taxonomy Terms in Drupal Using Custom Drush Command Technical Q&A | 2 min read This how-to talks about creating a custom drush command to import a set of taxonomy terms to sync them between the different environments we maintain.
[Drupal] An intorduction on custom Drush commands with and without arguments Drupal Technical | 4 min read Drush commands are not the strangers for drupal developers. We use drush to clear cache, enable-disable modules, install-uninstall modules, set variables and even more.