Download the PHP package modules-unraveled/drush-shell-aliases without Composer
On this page you can find all versions of the php package modules-unraveled/drush-shell-aliases. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download modules-unraveled/drush-shell-aliases
More information about modules-unraveled/drush-shell-aliases
Files in modules-unraveled/drush-shell-aliases
Download modules-unraveled/drush-shell-aliases
More information about modules-unraveled/drush-shell-aliases
Files in modules-unraveled/drush-shell-aliases
Vendor modules-unraveled
Package drush-shell-aliases
Short Description Useful Drush shell-aliases for Drupal 8 development.
License GPL-2.0+
Homepage https://github.com/ModulesUnraveled/Drush-Shell-Aliases
Package drush-shell-aliases
Short Description Useful Drush shell-aliases for Drupal 8 development.
License GPL-2.0+
Homepage https://github.com/ModulesUnraveled/Drush-Shell-Aliases
Keywords Drush
Please rate this library. Is it a good library?
Informations about the package drush-shell-aliases
Useful Drush Commands for Drupal 8 Development
To use all of the commands in this file, you must have an alias file on each server named something like "mysite.aliases.drushrc.php". Information on examples is provided below.
Composer
If you use composer to install these, you'll need to add something like the following to your /drush/drushrc.php file
How to Use These Commands
When setup, you could:
- Sync the prod database down to the local site by typing:
drush @mysite.loc data-live
- Or, fully rebuild your local site by typing:
drush @mysite.loc rebuild
Which:
- Runs "composer install" from the project root
- Syncs a copy of the live database
- Imports the current Git branch's configuration
Examples
Examples of the content required for each environment's alias files are provided in the Examples branch of this repo.
All versions of drush-shell-aliases with dependencies
PHP Build Version
Package Version
No informations.
The package modules-unraveled/drush-shell-aliases contains the following files
Loading the files please wait ....