As described in https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online#how-to-decorate-your-http-traffic-to-avoid-throttling: to avoid throttling, all solutions should specify a relevant user-agent string.
Add the following user-agent string to all web requests in the CLI:
NONISV|SharePointPnP|Office365CLI/_version_
where version should be retrieved from package.json so that it's dynamically updated in all requests.
As described in https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online#how-to-decorate-your-http-traffic-to-avoid-throttling: to avoid throttling, all solutions should specify a relevant user-agent string.
Add the following user-agent string to all web requests in the CLI:
NONISV|SharePointPnP|Office365CLI/_version_where version should be retrieved from package.json so that it's dynamically updated in all requests.