pantheon-systems/terminus-addons-installer-plugin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pantheon-systems/terminus-addons-installer-plugin

最新稳定版本:v1.0.9

Composer 安装命令:

composer require pantheon-systems/terminus-addons-installer-plugin

包简介

Allows Terminus to trigger workflows on the platform that configure themes & plugins.

README 文档

README

Build Status Actively Maintained

Terminus v3.x Compatible

Adds the addons-install command and sub-commands addons-install:list and addons-install:run <job> to Terminus. Use this Terminus Plugin to run workflows that configure themes & plugins.

Learn more about Terminus Plugins in the Terminus Plugins documentation

Configuration

These commands require no configuration

Commands

addons-install (alias install)

This is the base command. This command without any sub-commands will simply print the usage information and documentation.

addons-install:list (alias install:list)

Lists available jobs.

addons-install:run <job> (alias install:run)

Runs the specified job.

Note: Jobs will fail if a site is in SFTP mode and there are outstanding changes that have not be committed to the Pantheon repository.

Usage

  • terminus addons-install:list
  • terminus addons-install:run <site_id>.<env> <job> [--skip-db]

Installation

To install this plugin using Terminus 3:

terminus self:plugin:install terminus-addons-installer-plugin

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 phpunit
  • composer functional: Run functional test with bats

To run all tests together, use composer test:all.

Note that prior to running the tests, you should first run:

  • composer install
  • composer install-tools

Help

Run terminus help addons-install for help.

统计信息

  • 总下载量: 3.92k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 6
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-28