SkillAgentSearch skills...

Xcc

A CLI for Xcode Cloud

Install / Use

/learn @finnvoor/Xcc
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

☁️ 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/integrations/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

Related Skills

View on GitHub
GitHub Stars79
CategoryDevelopment
Updated21d ago
Forks3

Languages

Swift

Security Score

95/100

Audited on Mar 13, 2026

No findings