rujiali/acquia-site-factory-cli
Composer 安装命令:
composer create-project rujiali/acquia-site-factory-cli
包简介
An Acquia site factory command line tool.
README 文档
README
Acquia Site Factory Cli
Installation
Run composer install
Configuration
Put your
- Site factory username
- Site factory apikey (You can find it in your profile page)
- The site URL of your site factory UI (For example: https://www.govcms.acsitefactory.com)
- The site ID (You can find in your site factory dashboard)
in sitefactory.yml file
Usage
Ping site factory
./bin/AcquiaSiteFactoryCli app:ping
List all backups
./bin/AcquiaSiteFactoryCli app:listBackups
List all sites
bin/AcquiaSiteFactoryCli app:listSites
Get site details
bin/AcquiaSiteFactoryCli app:getSiteDetails {site ID}
Create Backup
./bin/AcquiaSiteFactoryCli app:createBackup {backup label} {parameters (themes, database etc)}
Show latest backup URL
./bin/AcquiaSiteFactoryCli app:getLatestBackupURL
Clear site cache
./bin/AcquiaSiteFactoryCli app:clearCache
Delete backup
./bin/AcquiaSiteFactoryCli app:deleteBackup {backup ID} {callback URL} {callback method} {caller data}
Send theme notification
./bin/AcquiaSiteFactoryCli app:sendThemeNotification {scope} {event} {nid} {theme} {timestamp} {uid}
Process theme modification
./bin/AcquiaSiteFactoryCli app:processModification {sitegroup_id}
To do
🍺Add commands to cover the rest of the endpoints in Acquia site factory API reference
Credit
This project is sponsored by Australian government Department of Health
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-16