FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built a CLI that covers the entire Google Play Developer API
How-ToTools

I built a CLI that covers the entire Google Play Developer API

via Dev.toYasser's studio3h ago

I was uploading an AAB to the Play Console last year and thought — why am I still clicking through this in 2026? Every Android release is the same ritual. Open the Console, upload the bundle, fill in release notes, pick a track, set the rollout percentage, click through confirmation screens. Fifteen minutes of clicking for something that should be one command. So I looked at what exists. Fastlane supply requires Ruby, Bundler, and about 150 gems. It covers roughly 20 of the 204 Google Play API endpoints. Uploads and metadata — that's about it. No reviews, no vitals, no subscriptions. gradle-play-publisher is tied to Gradle. You can't use it in a standalone script or outside a build. Custom bash scripts work until the person who wrote them leaves your team. Nothing covers the full API. So I built one. What is GPC? GPC is a command-line interface that maps the entire Google Play Developer API v3 — 204 endpoints — to simple, consistent commands. bash # Upload and release gpc releases uplo

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra
How-To

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra

ZDNet • 1h ago

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open
How-To

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open

Wired • 1h ago

References: The Alias You Didn’t Know You Needed
How-To

References: The Alias You Didn’t Know You Needed

Medium Programming • 2h ago

Pointers: The Concept Everyone Says Is Hard
How-To

Pointers: The Concept Everyone Says Is Hard

Medium Programming • 2h ago

Learning a Recurrent Visual Representation for Image Caption Generation
How-To

Learning a Recurrent Visual Representation for Image Caption Generation

Dev.to • 4h ago

Discover More Articles