fir.im

September 13, 2026 · View on GitHub

English | 简体中文

The fir target uploads an Android APK or iOS IPA to fir.im.

Configuration

export FIR_API_TOKEN=fir-api-token

Publish

fastforge publish --path dist/app.apk --target fir

Fastforge reads the bundle ID, app name, version, and build number from the APK or IPA. The publishing result is the fir.im download URL for the new release.

Optional Arguments

Explicit arguments override the values read from the package:

ArgumentDescription
bundle_idBundle ID / application ID
app_nameApp display name
versionVersion name
build_numberBuild number

Hyphenated forms (bundle-id, app-name, build-number) are also accepted. If the package cannot be parsed, the upload continues only when bundle_id is provided.

The platform is inferred only from the .apk or .ipa extension; other extensions fail.