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
{{ message }}
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.
I wish that this was automated as much as possible.
PS: Thinking broadly here, it would greatly help if it was generally possible to specify additional drush commands to be downloaded from a git repo and placed inside /usr/local/share/drush/commands (then also run drush cc drush).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem/Motivation
In order to support certain drush commands in Backdrop CMS, one needs to install https://github.com/backdrop-contrib/drush
Expected behaviour
Backdrop drush commands are installed OOTB.
Actual behaviour
There is no support for drush for Backdrop OOTB
Steps to reproduce / Proposed changes
These are the steps I take each time to add support for drush in Backdrop:
vagrant ssh
git clone https://github.com/backdrop-contrib/drush.git /usr/local/share/drush/commands/backdrop
drush cc drush
I wish that this was automated as much as possible.
PS: Thinking broadly here, it would greatly help if it was generally possible to specify additional drush commands to be downloaded from a git repo and placed inside
/usr/local/share/drush/commands
(then also rundrush cc drush
).The text was updated successfully, but these errors were encountered: