We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drush st
I cloned this repo, did:
composer install composer drupal:scaffold
Since I had no idea what the second command does, or indeed, how much the first command installs, I went into the sut folder and did:
sut
just to get an idea of what there, if anything.
I got these two warnings:
[warning] include(/Users/joachim/Sites/_sandbox/example-drush-extension/sut/ExampleCommands.php): failed to open stream: No such file or directory Application.php:361 [warning] include(): Failed opening '/Users/joachim/Sites/_sandbox/example-drush-extension/sut/ExampleCommands.php' for inclusion (include_path='/Users/joachim/Sites/_sandbox/example-drush-extension/vendor/pear/pear_exception:/Users/joachim/Sites/_sandbox/example-drush-extension/vendor/pear/console_getopt:/Users/joachim/Sites/_sandbox/example-drush-extension/vendor/pear/pear-core-minimal/src:/Users/joachim/Sites/_sandbox/example-drush-extension/vendor/pear/archive_tar:.:/Applications/MAMP/bin/php/php7.2.10/lib/php') Application.php:361 Drupal version : 8.7.2 Site URI : http://default PHP binary : /Applications/MAMP/bin/php/php7.2.10/bin/php PHP config : /Applications/MAMP/bin/php/php7.2.10/conf/php.ini PHP OS : Darwin Drush script : /Users/joachim/Sites/_sandbox/example-drush-extension/vendor/drush/drush/drush Drush version : 9.6.2 Drush temp : /tmp Drush configs : /Users/joachim/Sites/_sandbox/example-drush-extension/vendor/drush/drush/drush.yml /Users/joachim/Sites/_sandbox/example-drush-extension/sut/drush/drush.yml Drupal root : /Users/joachim/Sites/_sandbox/example-drush-extension/sut/web Site path : sites/default
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cloned this repo, did:
Since I had no idea what the second command does, or indeed, how much the first command installs, I went into the
sut
folder and did:just to get an idea of what there, if anything.
I got these two warnings:
The text was updated successfully, but these errors were encountered: