Usage
Add a new output type tour for project upgrade reports.
Description
The output would be another json report type, but would follow the CodeTour schema and would have a .tour extension.
After running the spo project upgrade command, the project would have a CodeTour that would walk users through the upgrade process, as illustrated below:

This is in response to issue #1523
Additional Information
There is a POC for a generated CodeTour at https://github.com/hugoabernier/Office365CLI-tourpoc. It uses the output from a json project upgrade, with the addition of the line number for the affected code.
I'm happy to take ownership of this.
Usage
Add a new output type
tourfor project upgrade reports.Description
The output would be another
jsonreport type, but would follow the CodeTour schema and would have a.tourextension.After running the

spo project upgradecommand, the project would have a CodeTour that would walk users through the upgrade process, as illustrated below:This is in response to issue #1523
Additional Information
There is a POC for a generated CodeTour at https://github.com/hugoabernier/Office365CLI-tourpoc. It uses the output from a
jsonproject upgrade, with the addition of the line number for the affected code.I'm happy to take ownership of this.