vfalconi/terminus-ci-tools
最新稳定版本:0.1.1
Composer 安装命令:
composer require vfalconi/terminus-ci-tools
包简介
Some tools for running Terminus in a CI pipeline
README 文档
README
Configuration
These commands require no configuration
Usage
terminus checkEnv -- <site>.<test|live> # throws an exception if the environment has nothing to deploy # returns the string 'deployable' otherwise
Installation
mkdir -p $HOME/terminus/local_plugins
git clone https://github.com/vfalconi/terminus-ci-tools $HOME/terminus/local_plugins/terminus-ci-tools
terminus self:plugin:install $HOME/terminus/local_plugins/terminus-ci-tools
Testing
This example project includes four testing targets:
composer lint: Syntax-check all php source files.composer cs: Code-style check.composer unit: Run unit tests with phpunitcomposer functional: Run functional test with bats
To run all tests together, use composer test.
Note that prior to running the tests, you should first run:
composer installcomposer install-tools
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-02