App Store Connect CLI is a command-line tool for automating workflows with the App Store Connect API.
The tool addresses the need to automate iOS, macOS, tvOS, and visionOS release processes without leaving the terminal or CI/CD pipeline. It wraps the App Store Connect API to enable scripting of TestFlight management, build uploads, app submissions, code signing, analytics retrieval, screenshot management, and subscription configuration. The tool is written in Go and provides a lightweight, fast interface designed for both interactive use and automation contexts.
Developers managing Apple app releases should consider this tool if they need to integrate App Store operations into CI/CD workflows or automate repetitive release tasks. It suits teams building iOS or macOS applications who want to reduce manual steps in their deployment process. The tool includes agent skills for common workflows like builds, TestFlight operations, metadata synchronization, submissions, and signing, which can be installed globally across projects. Authentication supports both interactive keychain-based flows and headless configuration for CI environments. Output formatting adapts automatically to context, defaulting to human-readable tables in interactive terminals and JSON in non-interactive environments like CI systems.
The project maintains active development with regular releases and demonstrates responsiveness to user needs, including tracking platform-specific distribution channels and addressing installation paths across operating systems. The codebase shows attention to security practices, such as verifying and pinning agent skill installations to reviewed commits rather than mutable branches, and the tool includes privacy considerations documented in the repository. Contribution guidelines are established and documented for developers interested in extending or modifying the tool.