appflight_cli 0.1.1 copy "appflight_cli: ^0.1.1" to clipboard
appflight_cli: ^0.1.1 copied to clipboard

AppFlight CLI — upload APKs from your terminal or CI pipelines without the Play Store.

AppFlight CLI #

Upload APKs to AppFlight from your terminal or CI pipelines — no Play Store review, no waiting.

Installation #

dart pub global activate appflight_cli

Make sure ~/.pub-cache/bin is on your PATH, then:

appflight --help

Quick Start #

# 1. Log in with your AppFlight API key
appflight login

# 2. Initialise a project (creates appflight.json)
appflight init

# 3. Upload a build
appflight upload --flavor stage

Commands #

Command Description
appflight init Create appflight.json in the current project
appflight login Save API credentials to ~/.appflight/credentials.json
appflight logout Remove saved credentials
appflight whoami Print the currently authenticated user
appflight upload Upload an APK and notify testers

Documentation #

Full docs, CI/CD guides, and environment variable reference:
docs.page/mhmzdev/appflight-cli-docs

1
likes
0
points
727
downloads

Publisher

verified publishermhmz.dev

Weekly Downloads

AppFlight CLI — upload APKs from your terminal or CI pipelines without the Play Store.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, cli_util, dio, io, path, pub_semver, yaml

More

Packages that depend on appflight_cli