Drush Typeinfo
Component ID
2222539
Component name
Drush Typeinfo
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
2251
Component created
Component changed
Component body
Get information about entity bundles and their fields.
Installation
Drush
drush dl drush_typeinfo
Git installation
pushd ~/.drush git clone git@github.com:robballou/drush_typeinfo.git
Usage
List all entity types and their bundles using typeinfo-list (til):
drush typeinfo-list
List all fields for the node/article bundle with the typeinfo (ti):
drush typeinfo article
List all the fields for the taxonomy_term/location bundle:
drush typeinfo location taxonomy_term
