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