Download the PHP package pantheon-systems/terminus-rsync-plugin without Composer
On this page you can find all versions of the php package pantheon-systems/terminus-rsync-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pantheon-systems/terminus-rsync-plugin
More information about pantheon-systems/terminus-rsync-plugin
Files in pantheon-systems/terminus-rsync-plugin
Package terminus-rsync-plugin
Short Description Rsync - Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a Pantheon site.
License MIT
Informations about the package terminus-rsync-plugin
Terminus Rsync Plugin
Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a Pantheon sites.
Learn more about Terminus and Terminus Plugins at: https://pantheon.io/docs/terminus/plugins/
Configuration
This plugin requires no configuration to use.
Examples
Copy the files
directory of the dev environment of the Pantheon site my_site
into a directory named files
in the current working directory:
Copy everything in the files directory of the dev environment of the Pantheon site my_site
into a folder called assets
in the current working directory, omitting the files
directory itself:
Copy everything in the folder assets
in the current working directory into a folder called assets
in the files
directory of the dev environment of the Pantheon site my_site
.
Limitations
Either the source or the destination must be a local file or directory; both cannot be remote.
Installation
To install this plugin using Terminus 3:
On older versions of Terminus:
For help installing, see Manage Plugins.
Help
Use terminus help remote:rsync
to get help on this command.