dev-master
9999999-devDrush command to sync files directory between environments
MIT
The Development Requires
1.1.2
1.1.2.0Drush command to sync files directory between environments
MIT
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Drush command to sync files directory between environments
Drush command to sync files directory between environments, (*1)
Arguments: source Source alias destination Destination alias Options: --only-private Only sync the private files directory --only-public Only sync the public files directory Examples: drush fsync @source @destination Sync both the public and private files directories drush fsync --only-public @source @destination Only sync the public files directory Aliases: fsync
Require composer/installers, (*2)
composer global require composer/installers
Configure the installer path for drush plugins in ~/.composer/composer.json, (*3)
{
"extra": {
"installer-paths": {
"../.drush/plugins/{$name}": ["type:drupal-drush"]
}
}
}
Require gapple/drush-filesync, (*4)
composer global require gapple/drush-filesync
~/.drush/
Require composer/installers in your project, (*5)
composer require composer/installers
Configure the installer path for drush plugins in your project's composer.json, (*6)
{
"extra": {
"installer-paths": {
"drush/contrib/{$name}": ["type:drupal-drush"]
}
}
}
Require gapple/drush-filesync in your project, (*7)
composer require gapple/drush-filesync
drush folder within your projectDrush command to sync files directory between environments
MIT
Drush command to sync files directory between environments
MIT