xcc

1.0.10

A CLI for Xcode Cloud
finnvoor/xcc

What's New

2024-04-09T19:54:43Z
  • Display errors that occur when starting a build run.

☁️ xcc

A CLI for Xcode Cloud

Demo

Installation

Homebrew

brew install finnvoor/tools/xcc

Mint

mint install finnvoor/xcc

Manual

Download the latest release from releases.

Usage

Authentication

xcc requires an API key from App Store Connect. Visit https://appstoreconnect.apple.com/access/api, create an API key with the "Developer" role, and either:

  • Pass the Issuer ID, Private Key ID, and Private Key to xcc as flags:
    xcc --issuer-id <issuer-id> --private-key-id <private-key-id> --private-key <private-key>
  • Set the Issuer ID, Private Key ID, and Private Key as env variables:
    export XCC_ISSUER_ID=<issuer-id>
    export XCC_PRIVATE_KEY_ID=<private-key-id>
    export XCC_PRIVATE_KEY=<private-key>

Run a workflow

Running xcc will prompt you to select a product, workflow, and git reference. You can also pass the product, workflow, and reference using the --product, --workflow, and --reference flags.

xcc --product "Detail Duo" --workflow TestFlight --reference main

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Sun May 05 2024 11:43:29 GMT-0900 (Hawaii-Aleutian Daylight Time)