gplay migrate
gplay migrate
Section titled “gplay migrate”Migrate metadata from other tools.
gplay migrate <subcommand> [flags]Import metadata from other store management tools.
Supported sources: fastlane Import from Fastlane metadata/android/ directory structure
gplay migrate fastlane
Section titled “gplay migrate fastlane”Import metadata from Fastlane directory structure.
gplay migrate fastlane --source <path> [--output-dir <path>] [--dry-run] [--locales <list>]Import metadata from a Fastlane metadata/android/ directory.
Reads the standard Fastlane directory layout and copies text files, changelogs, and images into the gplay metadata directory.
Fastlane directory structure: metadata/android/ en-US/ title.txt short_description.txt full_description.txt video.txt changelogs/ 100.txt images/ phoneScreenshots/ featureGraphic.png de-DE/ …
| Flag | Description | Default |
|---|---|---|
--dry-run |
Preview what would be imported without writing files | false |
--locales |
Comma-separated list of locales to import (default: all) | `` |
--output |
Output format: json (default), table, markdown | json |
--output-dir |
Output directory for imported metadata | .gplay/metadata/ |
--pretty |
Pretty-print JSON output | false |
--source |
Path to Fastlane metadata/android/ directory (required) | `` |