Currently, the command outputs its information to console. To save the information to a file, you need to redirect the output, eg. > output.md. Unfortunately, this isn't possible, when using the CLI in immersive mode. We should extend spfx project upgrade with an additional, optional parameter named -f|--outputFile that, when specified, would cause the CLI to store the output in the given file instead of outputting it to the console.
Currently, the command outputs its information to console. To save the information to a file, you need to redirect the output, eg.
> output.md. Unfortunately, this isn't possible, when using the CLI in immersive mode. We should extendspfx project upgradewith an additional, optional parameter named-f|--outputFilethat, when specified, would cause the CLI to store the output in the given file instead of outputting it to the console.