Automattic / team51-cli

A tool for provisioning and connecting GitHub repos, Pressable WordPress sites and DeployHQ.
MIT License
12 stars 0 forks source link

Adding WooCommerce Stats command #175

Closed cagrimmett closed 1 year ago

cagrimmett commented 1 year ago
  1. Fetches a8cteam51 sites
  2. Filters out non-production sites
  3. Checks for WooCommerce
  4. If WooCommerce is active, check the API for stats for the given time period
  5. Sort, format, and output
cagrimmett commented 1 year ago

Changed to check Jetpack profiles by default, with the option to check production sites if needed. Cuts runtime down from 6 minutes to under 2 minutes.