Issue
- Trying to run the 'support-info' command using the patching tool, but nothing happens. But there is no output, and there is no error.
-
How can users find out about modules?
Environment
- Liferay DXP Patching Tool 3.0.19+
Resolution
- The 'support-info' command has been removed from patching tool versions 3.0.19+, thus users have to run the below commands separately to obtain the details of the specific environment.
- “info”
“modules-info”
- “info”
- To output the patching information for the specific environment, the following command must be utilized from the patching-tool folder: patching-tool.bat info or patching-tool.bat modules-info
- Use the following command to pipe the patching tool information directly to a .txt file: patching-tool.bat modules-info > patchinfo.txt
Additional Information
- All patching-tool commands must be executed from the LIFERAY_HOME/patching-tool directory
- For Ubuntu:
./patching-tool.sh
- For Windows:
patching-tool.bat