pantheon-systems/terminus-rsync-plugin

Name: terminus-rsync-plugin

Owner: Pantheon

Description: Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a Pantheon site.

Created: 2017-01-09 18:45:37.0

Updated: 2018-05-02 03:24:06.0

Pushed: 2017-12-19 21:54:18.0

Homepage: null

Size: 11

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Terminus Rsync Plugin

CircleCI Terminus v1.x Compatible

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:

inus rsync my_site.dev:files .

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:

inus rsync my_site.dev:files/ ./assets

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.

inus rsync ./assets my_site.dev:files
Limitations

Either the source or the destination must be a local file or directory; both cannot be remote.

Installation

For help installing, see Manage Plugins

r -p ~/.terminus/plugins
oser create-project --no-dev -d ~/.terminus/plugins pantheon-systems/terminus-rsync-plugin:~1
Help

Use terminus help <rsync> to get help on this command.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.