-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Is your feature request related to a problem? Please describe.
When checking multiple programs in multiple processors, I can currently see which version of Essentials and which plugins are loaded to every program using the CLI ReportVersions command. However, it is not possible to see the version of Mobile Control React App.
It would be useful to include information. I foresee it being useful for both ReportVersions output as well as information that could be reported back to UDM.
Describe the solution you'd like
Include Mobile Control React App version(s), if they exist, in Report Versions CLI output. Also might be useful for UDM if it uses other communication means.
per @andrew-welker
"The React application is transpiled and minified down to a single javascript file that's in the app directory. We may be able to find a way to add a file to the output that has the version in it that doesn't get transpiled/minified...."
Describe alternatives you've considered
NA
Additional context
NA