Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.66 KB

VISION.md

File metadata and controls

25 lines (14 loc) · 1.66 KB

Our Vision

AppStoreConnect CLI automates the process of interacting with Apple Appstore Connect. Including user and access management, TestFlight, reporting, and provisioning.

AppStoreConnect CLI provides a simple, easy to use command-line interface that is easily scriptable and supports automated workflows and infrastructure-as-code.

AppStoreConnect CLI is a single binary executable, written in Swift for Swift developers. Objective-C devs, we still ❤️ you.

AppStoreConnect CLI will not duplicate the functionality provided by Apple's existing command-line developer tools. Eg, xcodebuild, altool, codesign, etc. It will instead seek to integrate with and work alongside these tools.

AppStoreConnect CLI adopts the Unix philosophy of:

  • Programs that do one thing and do it well.
  • Programs that work together.
  • Programs that handle text streams, because that is a universal interface.

AppStoreConnect CLI will continue to evolve, in a measured way that extends its functionality to make it an indespensable tool for developers delivering apps on Apple's AppStore.

AppStoreConnect CLI's Relationship with Itty Bitty Apps

Itty Bitty Apps is an Apple (and Android) focused application development consultancy. We've built other great tools for iOS developers.

Itty Bitty Apps recognizes that the Apple developer community needs better tools. AppStoreConnect CLI is one of our contributions to ensuring the community has those tools.

Itty Bitty Apps intends to keep AppStoreConnect CLI open source and available as a standalone development tool.