You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am assuming from the below error reports that this is not working in Drupal 8 yet? Would be nice.
vagrant@mdo3:~/.drush$ git clone https://github.com/jbickar/user_list.git
Cloning into 'user_list'...
remote: Counting objects: 76, done.
remote: Total 76 (delta 0), reused 0 (delta 0), pack-reused 76
Unpacking objects: 100% (76/76), done.
Checking connectivity... done.
vagrant@mdo3:~/.drush$ drush user-list
Command user-list needs a higher bootstrap level to run - you will [error]
need to invoke drush from a more functional Drupal environment to run
this command.
Command user-list requires Drupal core version 6 or 7 to run. [error]
The drush command 'user-list' could not be executed. [error]
vagrant@mdo3:~/.drush$
The text was updated successfully, but these errors were encountered:
Well you would have to run it from within a Drupal directory (or use an alias or pass --root=/path/to/drupal), but regardless, I haven't done any work to port this to D8 yet.
I am assuming from the below error reports that this is not working in Drupal 8 yet? Would be nice.
The text was updated successfully, but these errors were encountered: