Skip to main content

status

Release pipeline dashboard for an app
The status command aggregates App Store release signals into one deterministic payload for CI, agents, and human review.

Usage

What It Includes

Use --include to choose which sections to fetch:
  • app
  • builds
  • testflight
  • appstore
  • submission
  • review
  • phased-release
  • links

Examples

Flags

string
required
App Store Connect app ID, bundle ID, or exact app name (required, or ASC_APP_ID)
string
Comma-separated sections: app, builds, testflight, appstore, submission, review, phased-release, links
boolean
default:"false"
Poll and emit snapshots when status changes
string
default:"30s"
Polling interval for --watch
integer
default:"0"
Maximum polls for --watch (0 = unlimited)
string
default:"json"
Output format: json, table, markdown

Typical Uses

Check release health once

Watch review and submission progress

Feed structured output into CI or automation

Release command

Stage an App Store release before submission

Publish command

Run the canonical App Store upload + submit workflow

Review command

Inspect app-scoped review state and blockers directly