gapple/drush-filesync
Composer 安装命令:
composer require gapple/drush-filesync
包简介
Drush command to sync files directory between environments
README 文档
README
Drush command to sync files directory between environments
Usage
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
Installation
Global
Using Composer
-
Require
composer/installerscomposer global require composer/installers
-
Configure the installer path for drush plugins in
~/.composer/composer.json{ "extra": { "installer-paths": { "../.drush/plugins/{$name}": ["type:drupal-drush"] } } } -
Require
gapple/drush-filesynccomposer global require gapple/drush-filesync
Manual Installation
- Download the release package
- Unzip the package to
~/.drush/
Project
Using Composer
-
Require
composer/installersin your projectcomposer require composer/installers
-
Configure the installer path for drush plugins in your project's
composer.json{ "extra": { "installer-paths": { "drush/contrib/{$name}": ["type:drupal-drush"] } } } -
Require
gapple/drush-filesyncin your projectcomposer require gapple/drush-filesync
Manual Installation
- Download the release package
- Unzip the package to the
drushfolder within your project
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-02