By admin , 14 September, 2023 Drush generate UUID drush php-eval "echo \Drupal::service('uuid')->generate();" Tags drush uuid
By admin , 31 March, 2023 "Another request may be synchronizing configuration already" error You can remove lock using drushdrush ev "\Drupal::lock()->release('config_importer');" Tags drush
By admin , 24 February, 2023 drush remove nodes of type "product" drush entity:delete node --bundle=product Tags drush
By admin , 24 February, 2023 drush remove taxonomy terms drush entity:delete taxonomy_term --bundle=application Tags drush