From 62495c48a2b67cc2bcf30acaa2908d4f5ec474dc Mon Sep 17 00:00:00 2001 From: Kerem Erkan Date: Fri, 13 Feb 2026 17:18:32 +0100 Subject: [PATCH] Update README intro and standardize sample version strings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 019bc19..8b37177 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # asc-client -A command-line tool for the [App Store Connect API](https://developer.apple.com/documentation/appstoreconnectapi), built with Swift. +A command-line tool for building, archiving, and publishing apps to the App Store — from Xcode archive to App Review submission. Built with Swift on the [App Store Connect API](https://developer.apple.com/documentation/appstoreconnectapi). -> **Note:** This is an early prototype focused on app version workflows -- creating versions, managing localizations, uploading screenshots, and submitting for review. More API coverage is planned but not yet implemented. +> **Note:** Covers the core app release workflow: archiving, uploading builds, managing versions and localizations, screenshots, and review submission. More API coverage is planned. ## Requirements @@ -119,11 +119,11 @@ asc-client apps detach-build ```bash # View localizations (latest version by default) asc-client apps localizations -asc-client apps localizations --version 1.2.0 --locale en-US +asc-client apps localizations --version 2.1.0 --locale en-US # Export localizations to JSON asc-client apps export-localizations -asc-client apps export-localizations --version 1.2.0 --output my-localizations.json +asc-client apps export-localizations --version 2.1.0 --output my-localizations.json # Update a single locale asc-client apps update-localization --whats-new "Bug fixes" --locale en-US