Drush Taxonomyinfo
Component ID
2317355
Component name
Drush Taxonomyinfo
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
3533
Component created
Component changed
Component body
Get information about taxonomies and their terms with Drush.
Installation
With drush:
drush dl drush_taxonomyinfo
With git:
pushd ~/.drush
git clone git@github.com:robballou/drush_taxonomyinfo.git
Usage
List all taxonomy vocabs with taxonomy-vocab-list (tvl):
drush taxonomyinfo-vocab-list
List all terms in a vocab with taxonomy-term-list (ttl):
drush taxonomy-term-list article_types
