2017 © Pedro Peláez
 

drupal-drush drush-filesync

Drush command to sync files directory between environments

image

gapple/drush-filesync

Drush command to sync files directory between environments

  • Friday, June 2, 2017
  • by gapple
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 23 % Grown

The README.md

Drush File-sync

Drush command to sync files directory between environments, (*1)

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

  1. Require composer/installers, (*2)

    composer global require composer/installers
    
  2. Configure the installer path for drush plugins in ~/.composer/composer.json, (*3)

    {
      "extra": {
        "installer-paths": {
          "../.drush/plugins/{$name}": ["type:drupal-drush"]
        }
      }
    }
    
  3. Require gapple/drush-filesync, (*4)

    composer global require gapple/drush-filesync
    

Manual Installation

  1. Download the release package
  2. Unzip the package to ~/.drush/

Project

Using Composer

  1. Require composer/installers in your project, (*5)

    composer require composer/installers
    
  2. Configure the installer path for drush plugins in your project's composer.json, (*6)

    {
      "extra": {
        "installer-paths": {
          "drush/contrib/{$name}": ["type:drupal-drush"]
        }
      }
    }
    
  3. Require gapple/drush-filesync in your project, (*7)

    composer require gapple/drush-filesync
    

Manual Installation

  1. Download the release package
  2. Unzip the package to the drush folder within your project

The Versions

02/06 2017

dev-master

9999999-dev

Drush command to sync files directory between environments

  Sources   Download

MIT

The Development Requires

02/06 2017

1.1.2

1.1.2.0

Drush command to sync files directory between environments

  Sources   Download

MIT

The Development Requires