-
### Background
I am setting up an Ubuntu 20.04 Linux box with Drupal. Drush is managed by Composer.
```bash
$ drush --version
Drush Launcher Version: 0.10.1
Drush Commandline Tool 11.0.9
```…
-
Speaking to issues of using Acquia stack, Acquia drush commands, drush aliases.
-
### Platform
(x) MacOS
(x) Linux
(x) WSL2
### Installed Via
( ) Homebrew
( ) Apt Package
(x) Manually
### PHP Version
( ) 7.4x
( ) 8.0
(x) 8.1
### Terminus Version
Terminus 3.2.1
…
-
The plugin commands in the .drush.inc file are no longer recognized after Drush-9.0.0-beta5 and need to be converted to AnnotatedCommand format.
-
## The problem
- I followed the instructions on [this README](https://github.com/pantheon-systems/quicksilver-examples/tree/main/drush_config_import) and created a similar script.
- I put my scr…
-
When I deploy code, my process looks like the following:
- Authorize with Pantheon: drush pauth
- Clone my live environment to test: drush psite-clone -y `drush psite-uuid my-site` live test
- Back up…
-
If someone runs a drupal command, and composer's install is out of date, we should run composer automatically. We can do this by adding a dependency on the composer task in all `drupal` tasks.
This…
-
and/or how to change the root/drupalpro PW
( in /usr/share/drush/commands/quickstart/quickstart.drush.inc )
-
On my test suite it's going through checking if users already exist before creating them, but it's getting a false positive and failing to create a user that doesn't exist.
DrushTestUserManager::crea…
-
## Describe the bug
When there is a file `src/FooGenerator.php` which contains the class `\Drupal\foo\FooGenerator` then it causes the following error for every Drush command (including `drush stat…