v1.1.0 ยท npm ยท GitHub

๐Ÿš€ StoreForge

Unified App Store Deployment CLI.
Upload, metadata, release โ€” for iOS App Store & Google Play.

$ npm install -g storeforge click to copy
Terminal
$ storeforge upload ios ./build/MyApp.ipa
โœ” IPA uploaded successfully (42.8 MB) to TestFlight
 
$ storeforge status
๐Ÿ“ฑ App Store Connect
Status: ๐Ÿ” In Review โ€” v2.1.0
๐Ÿค– Google Play
Status: โœ… Live โ€” v210
 
$ storeforge release android production
โœ” Build promoted to production!

Features

Everything you need to ship to both app stores from the command line.

๐Ÿ“ค

Upload Builds

Upload IPA to TestFlight and AAB to Google Play with a single command.

๐Ÿ“

Metadata Sync

Keep app metadata in version-controlled YAML files. Sync to both stores.

๐Ÿ”

Review Status

Check review and processing status on both stores at once.

๐Ÿš€

Release Management

Submit iOS builds for review and promote Android builds through tracks.

๐Ÿ”

Secure Config

API keys and service accounts stored securely. Interactive setup wizard.

๐Ÿช

Multi-Store

Unified interface for App Store Connect and Google Play.

Quick Start

Get started in seconds.

npm install -g storeforge Install globally
storeforge init Configure store credentials
storeforge upload ios ./MyApp.ipa Upload to TestFlight
storeforge upload android ./app.aab Upload to Google Play
storeforge status Check review status
storeforge release android production Promote to production

Part of the Forge Ecosystem

10 CLI tools for full-cycle app development & deployment.