Show Cordova core, iOS, Android, Windows (?), and plugin versions

It’s saved me several times being able to see what versions of tools and plugins PGB will use and has used for building a project, so could that be provided via VoltBuilder Utility? It’s possible to grab that info from the log file, but unless the build fails (and you’re in detective mode anyway), that’s a rather cumbersome procedure.

Also a Category “Suggestions” (regarding VoltBuilder, not the forum) would be nice.

Most of the information you’re looking for is buried in the log. We’ll see if we can move it further up.

A Suggestions category on this board is a good idea. We’ll add one.

Output: Installed platforms:
  ios 5.1.1
Available platforms: 
  android ^8.0.0
  browser ^6.0.0
  electron ^1.0.0
  osx ^5.0.0
  windows ^7.0.0

Output: cordova-android-support-gradle-release 3.0.1 "cordova-android-support-gradle-release"
cordova-plugin-device 2.0.3 "Device"
cordova-plugin-dialogs 2.0.2 "Notification"
cordova-plugin-globalization 1.11.0 "Globalization"
cordova-plugin-inappbrowser 4.0.0 "InAppBrowser"
cordova-plugin-speechrecognition 1.1.2 "Speech Recognition"
cordova-plugin-splashscreen 5.0.4 "Splashscreen"
cordova-plugin-statusbar 2.4.3 "StatusBar"
cordova-plugin-tts 0.2.3 "TTS"
cordova-plugin-whitelist 1.3.4 "Whitelist"
cordova-plugin-wkwebview-engine 1.2.1 "Cordova WKWebView Engine"
cordova-plugin-x-socialsharing 5.6.8 "SocialSharing"
cordova-plugin-x-toast 2.7.2 "Toast"
es6-promise-plugin 4.2.2 "Promise"
phonegap-plugin-barcodescanner 8.1.0 "BarcodeScanner"

Output: 9.0.0 (cordova-lib@9.0.1)

PGB seems to present what tools were used for the build, in part controlled by phonegap-version in config.xml, which is not known until upload.

But you don’t use that value, so you should know what version of tools will be used before an upload, unless something else in the upload controls it.