pipery-dev/Pipery App Store CD
CD pipeline for uploading iOS IPA artifacts to Apple App Store Connect
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_path | Path to the iOS project or artifact directory. | no | . |
| app_identifier | Bundle identifier, e.g. com.example.app. | yes | — |
| ipa_path | Path to an .ipa. Auto-detects when empty. | no | "" |
| asc_key_id | App Store Connect API key ID. | yes | — |
| asc_issuer_id | App Store Connect issuer ID. | yes | — |
| asc_api_key_p8 | Raw App Store Connect private key contents. | no | "" |
| asc_api_key_p8_b64 | Base64-encoded App Store Connect private key contents. | no | "" |
| upload_tool | Upload tool: fastlane or xcrun. | no | fastlane |
| skip_upload | Skip upload and only validate inputs. | no | false |
| log_file | Path to the JSONL log file. | no | pipery.jsonl |
Outputs
no outputs