Liferay Gogo Shell Commands
Liferay Gogo Shell Commands Overview Gogo Shell is a command-line tool for executing Felix Gogo Shell commands and Liferay commands. This article describes the main Gogo Shell commands. List Bundles Command : lb <filter> Description: list installed bundles matching a substring Sample: g! lb apps START LEVEL 20 ID|State |Level|Name 1427|Active | 10|Liferay Apps Manager API (1.0.0)|1.0.0 1428|Active | 10|Liferay Apps Manager Service (1.0.0)|1.0.0 1429|Active | 10|Liferay Apps Web (1.0.0)|1.0.0 Bundle Diagnostics Command : diag <bundle-id> Description: Displays unsatisfied constraints for the specified bundle Sample: g! diag com.liferay.apps.web com.liferay.apps.web [1429] No resolution report for the bundle. Bundle Details Command : b <bundle-id> Description: Displays bundle details Sample: g! b com.liferay.apps.web com.liferay.apps.we...