The application analyzes custom extensions against WAR inventories.
Use the following command to run the application:
java -jar alfresco-extension-inspector-<version>.jar <extension-filename> [--target-version=6.1.0[-x.x.x] | --target-inventory =/path/to/war_inventory.json] [--verbose=[true | false]]
where:
| Option | Description |
|---|---|
| extension-filename | Required. AMP or JAR file containing an Alfresco extension. |
| --target-version | Optional. A specific Content Services version or range of versions up to the latest release (x.x.x). This option is mutually exclusive to --target-inventory. |
| --target-inventory | Optional. The file path to an existing WAR inventory. This option is mutually exclusive to --target-version. |
| --verbose | Optional. Show verbose output. |
| --list-known-alfresco-versions | Optional. List all Alfresco versions with inventory reports included in the tool. |
| --help | Optional. Show help text. |
When running the command, alfresco-extension-inspector writes the conflicts directly to the console, grouped by type.