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
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-04-28