Unified App Store Deployment CLI.
Upload, metadata, release โ for iOS App Store & Google Play.
npm install -g storeforge
click to copy
Everything you need to ship to both app stores from the command line.
Upload IPA to TestFlight and AAB to Google Play with a single command.
Keep app metadata in version-controlled YAML files. Sync to both stores.
Check review and processing status on both stores at once.
Submit iOS builds for review and promote Android builds through tracks.
API keys and service accounts stored securely. Interactive setup wizard.
Unified interface for App Store Connect and Google Play.
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
10 CLI tools for full-cycle app development & deployment.