Executing an upgrade from Drupal 7 to Drupal 8
drush migrate-upgrade --legacy-db-url=mysql://user:password@server/db --legacy-root=http://mydrupal6site.com --configure-only
drush migrate-status
drush migrate-import {migration name}
or
drush migrate-import --all will run the whole list
code type:
