In my blog yesterday, I wrote about the new
reporting framework in MySQL Shell. It is part of the 8.0.16
release. I also noted that it includes the possibility to create
your own custom reports and use those with the \show
and \watch commands. This blog will explore how you
can create a report and register it, so it automatically is
available when you start MySQL Shell.
Update
This blog was updated on 30 April to include the use of the
values argument for report options. This moved the
validation of the optional arguments in to the reporting
framework and automatically includes the list of valid options …