承接 keyboardcowboy/drush-diagnostics 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

keyboardcowboy/drush-diagnostics

Composer 安装命令:

composer require keyboardcowboy/drush-diagnostics

包简介

Get various diagnostic reports to help troubleshoot and optimize your site.

README 文档

README

Drush plugins to generate diagnostic reports of your Drupal site.

Field Reports

drush diag-field-use-report (dfur)

Generate a report listing all fields and number of records per field.

Options

--instance : Count records by field instance instead of grouping by field.

--cols : Add columns from the field_config table. (I.e. --cols=type to get the field type)

Supports output formats

Examples

  'drush dfur' => 'List all fields and number of records for each.',
  'drush dfur --instance' => 'List all fields by entity type and bundle and number of records per instance.'
  'drush dfur --cols=type' => 'Add the "type" col from the field_config table to get the field type.'

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2015-04-28