When using the spo hubsite list --includeAssociatedSites -o json command to return Hubsites with associated sites, the command fails because it's looking at the root SharePoint site instead of the SharePoint Admin site, the error message returned is;
{"message":"List 'DO_NOT_DELETE_SPLIST_TENANTADMIN_AGGREGATED_SITECOLLECTIONS' does not exist at site with URL 'https://<tenant>.sharepoint.com'."}
At line 75 in hubsite-list.ts
Thank you for reporting it @phillipharding. We'll look into it asap.
The fix for this issue is available in the latest beta which you can get through npm i -g @pnp/office365-cli@next. Once again, thank you for reporting 馃憤
Most helpful comment
The fix for this issue is available in the latest beta which you can get through
npm i -g @pnp/office365-cli@next. Once again, thank you for reporting 馃憤