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:
- Git
- Composer 2.4 or higher
- Composer lock diff
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
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-03-01