kaliop-uk / ezmigrationbundle

This bundle makes it easy to handle eZPlatform / eZPublish5 content upgrades/migrations
GNU General Public License v2.0
53 stars 81 forks source link

Allow migration steps to be aware of console verbosity level #201

Closed gggeek closed 3 years ago

gggeek commented 5 years ago

This way one could create migration steps that print a verbose output when in debug mode, and a concise output otherwise, warnings, etc...

While at it, we could improve the output of reference/dump to allow json and yml formatted output

gggeek commented 3 years ago

Implemented - will be in 5.13. I decided to go only for allowing migration steps to access the cli OutputInterface, and did not enhance the reference/dump step. Please holler if that would be useful to you.