Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 01:03
v0.1.0
e62aeb3

Initial release.

gsc is a minimal CLI for the Google Search Console API: one binary, service-account auth, raw API JSON on stdout.

  • gsc sites list
  • gsc sitemaps list|submit|delete
  • gsc query (search analytics: dimensions, filters, pagination)
  • gsc inspect (URL inspection / index status)

Install with go install github.com/jparavisini/gsc@latest or download a binary below. See the README for auth setup.