Previously: #2
Discussed in Slack here:
https://wordpress.slack.com/archives/C02RP4Y3K/p1670944400058739
It feels like being able to run the theme-check via wp-cli as something like
wp theme-check [slug]
wp theme-check /tmp/downloads/downloaded-theme/
to catch either installed themes and stuff in folders outside of WordPress itself -- as a way to run preflight checks, and potentially tie into deployments and github actions -- would be useful, so themes could be scanned not only from being installed, but arbitrary theme directories that aren't exposed to a functional installation.