2017 © Pedro Peláez
 

drupal-drush drush-diagnostics

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

image

keyboardcowboy/drush-diagnostics

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

  • Thursday, May 7, 2015
  • by KeyboardCowboy
  • Repository
  • 0 Watchers
  • 0 Stars
  • 513 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Drush Diagnostics

Drush plugins to generate diagnostic reports of your Drupal site., (*1)

Field Reports

drush diag-field-use-report (dfur)

Generate a report listing all fields and number of records per field., (*2)

Options

--instance : Count records by field instance instead of grouping by field., (*3)

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

Supports output formats, (*5)

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.'

The Versions

07/05 2015

dev-master

9999999-dev https://github.com/KeyboardCowboy/drush-diagnostics

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

  Sources   Download

GPL-2.0+

The Requires

 

by Chris Albrecht

diagnostics drush