Deploy Android (.apk) and iOS (.ipa) builds to AppsOnAir OTA Distribution directly from your terminal or CI/CD pipeline. No dashboard uploads. No manual steps. Just one command.
Uploading builds manually slows releases. The AppsOnAir CLI lets you publish builds directly from scripts, CI/CD pipelines, or your local terminal. Whether you're shipping internal testing builds or distributing release candidates, uploads become part of your deployment workflow.
Push APK and IPA files straight from the command line — no dashboard, no drag and drop.
Drop it into GitHub Actions, GitLab CI, Jenkins or any automation pipeline you already run.
upload $BUILD_PATHNeed a quick share? Just provide the build path. Zero configuration required.
upload ./app-release.apkAttach release notes while uploading so testers always know what changed.
upload --notes "Bug fixes"Uploading builds manually slows releases. The AppsOnAir CLI lets you publish builds directly from scripts, CI/CD pipelines, or your local terminal. Whether you're shipping internal testing builds or distributing release candidates, uploads become part of your deployment workflow.
Everything you need to get started.
Yes. The CLI is currently in public rollout and free for every AppsOnAir workspace for a limited period. No credit card or request form is needed to get started.
macOS and Linux are supported today. Windows support is coming soon.
Yes. It's built to drop into GitHub Actions, GitLab CI, Jenkins, CircleCI, Azure DevOps, Bitbucket Pipelines, Fastlane, or any custom script using the same authentication token you already use locally.
Yes. Push .apk and .ipa files straight from the command line to AppsOnAir OTA Distribution. No dashboard uploads needed.
Log in once with appsonair login, and the same token authenticates every CLI-supported service, today and as new services are added.
Full command references, including authentication, uploads, and configuration, are available in the Overview and OTA Distribution CLI documentation.
Install the AppsOnAir CLI and upload Android and iOS builds without ever leaving your terminal.