pantheon-systems/terminus-rsync-plugin
最新稳定版本:1.2.0
Composer 安装命令:
composer require pantheon-systems/terminus-rsync-plugin
包简介
Rsync - Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a Pantheon site.
README 文档
README
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:
terminus 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:
terminus 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.
terminus 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
To install this plugin using Terminus 3:
terminus self:plugin:install terminus-rsync-plugin
On older versions of Terminus:
mkdir -p ~/.terminus/plugins
composer create-project --no-dev -d ~/.terminus/plugins pantheon-systems/terminus-rsync-plugin
For help installing, see Manage Plugins.
Help
Use terminus help remote:rsync to get help on this command.
统计信息
- 总下载量: 166.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-09