crofty 0.9.0 — read GA4 / Search Console with crofty analytics
Reading your own traffic meant opening a dashboard.
Before
There was no way to read your GA4 or Search Console data from crofty.
After
crofty analytics reads it from the command line — as a plain table, or as JSON
for your AI to parse.
crofty analytics ga4 top-pages # GA4: visitors, pages, sources…
crofty analytics search queries # Search Console: queries, pages, sitemaps
crofty analytics ga4 top-pages --json # machine-readable, for an assistant
It uses your own Google service-account key (kept in your OS keychain, talking to
Google directly). Set it up once with crofty analytics connect --key <file>;
crofty analytics status tells you any missing step.