CLI cmd.php command - xf-add:list - to output all addon's

Mouth

Well-known member
It would be helpful to have a CLI cmd.php command to generate a list of all add-on's, and their status; eg cmd.php xf-addon:list Eg ...

Code:
ID                    Name                        Status          URL
XFRM                XF Resource Manager            Upgradeable        https://xenforo.com/customers/
s9e/MediaSites        s9e Media Sites                Enabled            https://xenforo.com/community/resources/s9e-media-sites.5973/
SV/StandardLib        Standard Library by Xon        Disabled        https://xenforo.com/community/resources/standard-library-by-xon.7915/
 
Upvote 13
Upvoted. Could be useful for doing smth. with an Add-on on the console if the exact ID is unknown.

What exactly should be the content in column URL?
There are up to three standard URLs for Add-ons (Support, FAQ & Developer) + custom extra URLs
 
It would be helpful to have a CLI cmd.php command to generate a list of all add-on's, and their status; eg cmd.php xf-addon:list Eg ...

Code:
ID                    Name                        Status          URL
XFRM                XF Resource Manager            Upgradeable        https://xenforo.com/customers/
s9e/MediaSites        s9e Media Sites                Enabled            https://xenforo.com/community/resources/s9e-media-sites.5973/
SV/StandardLib        Standard Library by Xon        Disabled        https://xenforo.com/community/resources/standard-library-by-xon.7915/
Just what I was looking for!!!
 
+1 for this - would make maintenance a a lot easier as I sometimes script my add-on upgrades, this would make it super easy to generate the script - currently a cumbersome process and prone to error
 
Top Bottom