🎉 Smithery is now a part of Arcade.dev! Read more in our announcement here
Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.
Use this skill when managing TestFlight testers, groups, and build distribution.
asc testflight sync pull --app "APP_ID" --output "./testflight.yaml"
asc testflight sync pull --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testers
asc beta-groups list --app "APP_ID" --paginate
asc beta-groups create --app "APP_ID" --name "Beta Testers"
asc beta-testers list --app "APP_ID" --paginate
asc beta-testers add --app "APP_ID" --email "tester@example.com" --group "Beta Testers"
asc beta-testers invite --app "APP_ID" --email "tester@example.com"
asc builds add-groups --build "BUILD_ID" --group "GROUP_ID"
asc builds remove-groups --build "BUILD_ID" --group "GROUP_ID"
asc builds test-notes create --build "BUILD_ID" --locale "en-US" --whats-new "Test instructions"
asc builds test-notes update --id "LOCALIZATION_ID" --whats-new "Updated notes"
--paginate