bol
Bill of Lading provides a custom drush command, bol, which generates a list of Drupal structures present on the site, such as:
- blocks
- block types
- content types
- content type fields
- filter formats
- group relationship
- group role
- group type
- image styles
- media types
- paragraphs
- user roles
- views
- vocabularies
- webforms
- workflows
Features
All of the information in the bill of lading is discoverable at various places in Drupal's admin UI. This module brings the information together in one place, and is particularly useful when doing a site inventory to determine the site's architecture.
A bill of lading can be produced for the D10 site on which it is run, as well as for a D7 database configured as a migration source.
The output is available in all supported drush output formats using the --format switch (drush help bol for a list).
Enabling the module in the usual way will add a drush command, bol. The command
drush help bol
will provide syntax and option information. The module will analyze the configuration yaml files, so ensure that the site configuration has been exported (drush cex).
To run against a D7 db be sure to have the db configured in the settings file as the default migration db, and when issuing the drush command add --d7 as an option.
Additional Requirements
Drush version 12 or higher is required.
Similar projects
Fox Drush Console - provides entity data via an extensible drush command