breautek opened a new issue #526: URL: https://github.com/apache/cordova-cli/issues/526
# Feature Request ## Motivation Behind Feature <!-- Why should this feature be implemented? What problem does it solve? --> A single command that collects most the information (and maybe more) that our github issue template asks. ## Feature Description <!-- Describe your feature request in detail Please provide any code examples or screenshots of what this feature would look like Are there any drawbacks? Will this break anything for existing users? --> The collected information should include: - OS platform & Version - XCode version (if on mac) - Android Studio version & installed android sdks - Installed java version - NodeJS & NPM version - Cordova version - Installed cordova platforms & their versions - Installed cordova plugins & their versions - The NPM dependency tree via `npm ls` (see https://github.com/apache/cordova-android/issues/1027#issuecomment-677762390) - Any other environment information that might be relevant for each platform. This isn't necessary a complete list. Obviously this won't cover everything that is requested in our issue template, such as: - The problem they are experiencing - The actual result they are expected - What mobile devices they are using But we'll still would then be able to request/tell the user to run `cordova diagnostic` which will print out or perhaps write to a file. Of course not everyone will bother, but this command will be far more easier than telling the user to run variety of different commands to get this information that we request. ## Alternatives or Workarounds <!-- Describe alternatives or workarounds you are currently using Are there ways to do this with existing functionality? --> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
