What problem does it solve? Teams moving away from Fastlane supply need to convert their existing Play Store metadata directory structure into the format used by the gplay CLI, without manually reorganizing titles, descriptions, changelogs, and images for every locale. ## Core Features & Use Cases - Directory Conversion: Converts Fastlane metadata files (title.txt, short_description.txt, full_description.txt, video.txt) into gplay's consolidated listing.json format while copying changelogs and images as-is. - Selective Migration: Supports dry-run previews and locale filtering so you can migrate and verify one locale at a time before committing. - Command Mapping: Provides direct equivalents for Fastlane supply commands (init, upload, track rollout) using gplay sync and release commands. - Use Case: A team replacing Fastlane in their CI/CD pipeline runs a dry-run migration, verifies the output structure, then imports the converted metadata to the Play Store with gplay sync import-listings. ## Quick Start Ask the AI to migrate your Fastlane metadata directory at ./fastlane/metadata/android into gplay format, starting with a dry run to preview the output.