定制 spryker-sdk/integrator 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

spryker-sdk/integrator

最新稳定版本:0.2.3

Composer 安装命令:

composer require spryker-sdk/integrator

包简介

Integrator module

README 文档

README

Build Status codecov Latest Stable Version Minimum PHP Version PHPStan

Auto-migrate applications in regard to new core releases using module manifests.

Installation

This is a development only "require-dev" library:

composer require --dev spryker-sdk/integrator

Available options:

  • --format - Define the format of the command output, example: json

Available commands

module:manifest:run

Running the integrator in basic mode. Unapplied manifests will be downloaded from the repo. The command expects optional argument module-list to be set. With the argument, manifests will be applied only for modules that were specified.

integrator module:manifest:run <Organization.moduleNameA,Organization.moduleNameB (not required)>

integrator:diff:generate

Running the integrator for specific release group. Unapplied manifests will be downloaded from the S3 bucket. Result of manifest applying (git diff) will be uploaded to the same bucket. The command expects required argument release-group-id. The command expects optional argument branch-to-compare.

integrator release-group:manifest:run <release-group-id (required)> <branch-to-compare (optional)>

Please specify the next S3 credentials:

export INTEGRATOR_FILE_BUCKET_NAME=<>
export INTEGRATOR_FILE_BUCKET_CREDENTIALS_KEY=<>
export INTEGRATOR_FILE_BUCKET_CREDENTIALS_SECRET=<>
export INTEGRATOR_FILE_BUCKET_REGION=<>

Documentation

See Documentation.

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 11
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2020-11-16