✓ Verified 💻 Development ✓ Enhanced Data

Asc Release Flow

End-to-end release workflows for TestFlight and App.

Rating
3.9 (143 reviews)
Downloads
1,030 downloads
Version
1.0.0

Overview

End-to-end release workflows for TestFlight and App.

Complete Documentation

View Source →

Release flow (TestFlight and App Store)

Use this skill when you need to get a new build into TestFlight or submit to the App Store.

Preconditions

  • Ensure credentials are set (asc auth login or ASC_* env vars).
  • Use a new build number for each upload.
  • Prefer ASC_APP_ID or pass --app explicitly.

Preferred end-to-end commands

  • TestFlight:
  • asc publish testflight --app --ipa --group [,]
  • Optional: --wait, --notify, --platform, --poll-interval, --timeout
  • App Store:
  • asc publish appstore --app --ipa --version
  • Optional: --wait, --submit --confirm, --platform, --poll-interval, --timeout

Manual sequence (when you need more control)

  • Upload the build:
  • asc builds upload --app --ipa
  • Find the build ID if needed:
  • asc builds latest --app [--version ] [--platform ]
  • TestFlight distribution:
  • asc builds add-groups --build --group [,]
  • App Store attach + submit:
  • asc versions attach-build --version-id --build
  • asc submit create --app --version --build --confirm
  • Check or cancel submission:
  • asc submit status --id or --version-id
  • asc submit cancel --id --confirm

Notes

  • Always use --help to verify flags for the exact command.
  • Use --output table / --output markdown for human-readable output; default is JSON.

Installation

Terminal bash

openclaw install asc-release-flow
    
Copied!

Tags

#productivity_and-tasks #workflow

Quick Info

Category Development
Model Claude 3.5
Complexity Advanced
Author rudrankriyam
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install asc-release-flow