Getting Platform Versions

You can get the version of the Enterprise Console and any other components that you installed with the Enterprise Console.

To get the version of the Enterprise Console:

Linux
CODE
bin/platform-admin.sh show-platform-admin-version
Windows
CODE
bin\platform-admin.exe cli show-platform-admin-version

To get the version of one of the platform components:

Linux
CODE
bin/platform-admin.sh get-available-versions --platform-name <platform-name> --service <controller or events-service>
Windows
CODE
bin\platform-admin.exe cli get-available-versions --platform-name <platform-name> --service <controller or events-service>