storemeta
v0.1.0
Published
CLI for pulling, validating, and pushing App Store Connect and Google Play metadata and screenshots.
Maintainers
Readme
storemeta
storemeta is a TypeScript CLI for pulling, validating, and pushing App Store Connect and Google Play metadata and screenshots.
Install
npm install -g storemetaRequirements:
- Node.js 20+
Quick Start
Create a starter project:
storemeta initValidate local config, metadata, and screenshot layout:
storemeta validateCreate missing locale metadata files and screenshot folders from config:
storemeta scaffoldPull metadata from one platform:
storemeta metadata pull --platform apple
storemeta metadata pull --platform google --locale en-USPull screenshots from one platform:
storemeta screenshots pull --platform apple
storemeta screenshots pull --platform google --locale en-USPush local metadata or screenshots:
storemeta metadata push --platform google --dry-run
storemeta screenshots push --platform apple --replaceImplemented Commands
storemeta initstoremeta validatestoremeta auth checkstoremeta config doctorstoremeta locales liststoremeta scaffoldstoremeta metadata pullstoremeta metadata pushstoremeta metadata diffstoremeta screenshots pullstoremeta screenshots pushstoremeta screenshots diff
Example Project
A safe, fake sample project lives under examples/.
Documentation
The current user and config documentation is here:
The original implementation plan is kept here:
Release verification notes:
Credential setup:
Security notes:
