定制 metadrop/drupal-maintenance-reporter 二次开发

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

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

metadrop/drupal-maintenance-reporter

最新稳定版本:1.4.4

Composer 安装命令:

composer require metadrop/drupal-maintenance-reporter

包简介

Tools to make maintenance reports in drupal projects

README 文档

README

This project contains tools to do maintenance reports.

It allows:

  • Showing the updated packages in a specific period.
  • Show the fixed securities in a specific period.

Requirements

These packages must be installed globally:

Usage

This example command generates a report of the develop branch of February 2023:

cd my-project

./vendor/bin/drupal-maintenance-reporter report develop --from=2023-02-01 --to=2023-02-28

Arguments

  • branch: Git branch to analyze.
  • from: Y-m-d date to start from.
  • to: Y-m-d date to start to.

Examples

  • Generate a full report (packages updated + fixed securities):

    cd my-project
    
    ./vendor/bin/drupal-maintenance-reporter report develop --from=2023-02-01 --to=2023-02-28
    
  • Show packages updated given a specific period:

    cd my-project
    
    ./vendor/bin/drupal-maintenance-reporter composer-lock-diff-period develop --from=2023-02-01 --to=2023-02-28
    
  • Fixed securities in a specific period:

    cd my-project
    
    ./vendor/bin/drupal-maintenance-reporter securities-fixed develop --from=2023-02-01 --to=2023-02-28
    

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 4
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-03-01