Drush commands

Import translations:

drush locale:import --override=all fr modules/custom/base/translations/base.fr.po && drush cr

 Execute migrate:

drush migrate-import entity_invoice --update

 Execute cron job by name:

drush simple-cron incoming_session_archive --force

How can I change theme? For Drupal8+: 

drush theme:uninstall THEME_MACHINE_NAME 
drush theme:enable THEME_MACHINE_NAME 
drush config-set system.theme default THEME_MACHINE_NAME 

 

For Drupal7:

drush vset theme_default bartik