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

Add aliases into a container #411

Closed
dan2k3k4 opened this issue May 25, 2018 · 1 comment
Closed

Add aliases into a container #411

dan2k3k4 opened this issue May 25, 2018 · 1 comment
Assignees

Comments

@dan2k3k4
Copy link
Contributor

It would be great to be able to add aliases into the cli container, for things such as dsql and dfiles which are simple bash functions to help with drush commands:

dsql () {
	drush sql-sync $1 default -d -v
}

dfiles () {
	drush rsync $1:%files default:%files -d -v
}
@twardnw twardnw self-assigned this Jul 23, 2018
twardnw added a commit that referenced this issue Jul 24, 2018
@rtprio
Copy link
Contributor

rtprio commented Aug 27, 2018

These are in the current images:

@rtprio rtprio closed this as completed Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants