MG 2.0 Upgrading through CLI

For Add-ons that are already uploaded: The ID is visible in the routing path in the URL for all actions (Install, Optionsl, etc.) in ACP:
adminphp?add-ons/<id>/<action>
So you can just open the actions menu and hover over one of the actions to see the URL

For Add-ons that have ot yet been uploaded: The ID is visible in the path in the ZIP file:
upload/src/addons/<id>
 
For Add-ons that are already uploaded: The ID is visible in the routing path in the URL for all actions (Install, Optionsl, etc.) in ACP:
adminphp?add-ons/<id>/<action>
So you can just open the actions menu and hover over one of the actions to see the URL
This is mostly correct. But for add-ons with a vendor prefix, e.g. XR/PM we replace the slash with a hyphen, so the add on ID would appear as XR-PM in a URL, but it would need to be entered as XR/PM.
 
Top Bottom