Skip to content
New issue

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

Replace all instances of drush command pm:enable with pm:install #1695

Closed
1 task
bberndt-uaz opened this issue Jun 22, 2022 · 1 comment · Fixed by #2040
Closed
1 task

Replace all instances of drush command pm:enable with pm:install #1695

bberndt-uaz opened this issue Jun 22, 2022 · 1 comment · Fixed by #2040
Assignees
Labels
good first issue Good for newcomers low priority Nice to have for this milestone, can be pushed out if needed

Comments

@bberndt-uaz
Copy link
Contributor

Drush 11 renamed "pm:enable" to "pm:install" as described in drush issue #4588. The previous aliases were preserved, but to keep our code consistent and up-to-date with the latest version of drush, we should replace all instances of:

drush en
drush pm-enable
drush pm:enable

with:

drush install
drush pm-install
drush pm:install

Conditions of satisfaction

  • Should replace all instances of pm:enable commands with the new pm:install commands as indicated above.
@bberndt-uaz bberndt-uaz added the low priority Nice to have for this milestone, can be pushed out if needed label Jun 22, 2022
@bberndt-uaz bberndt-uaz self-assigned this Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers low priority Nice to have for this milestone, can be pushed out if needed
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants