With the current 8.x-6.x branch we can run
$ drush @d7 etr node --format=ini --fields=**/label
node.label=Node
node.entity_keys.label=title
node.bundles.article.label=Article
node.bundles.page.label=Basic page
node.view_modes.full.label=Full content
node.view_modes.teaser.label=Teaser
node.view_modes.rss.label=RSS
node.view_modes.search_index.label=Search index
node.view_modes.search_result.label=Search result
TODO
- It does not work for Drupal 8
- Needs backport
Comments
Comment #1
clemens.tolboomComment #2
clemens.tolboomCode needs review (from git)
Comment #3
clemens.tolboomComment #4
clemens.tolboomgive nice list
Comment #4.0
clemens.tolboomUpdate summary
Comment #5
helmo commentedDrush 7.x and yml
Comment #6
clemens.tolboomI'm not sure why we should close this. This has nothing to do with YAML afaik.
The ini / properties format is still needed. Is that not in Drush 7.x?