stardroid

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

Android

android test

[bundle exec] fastlane android test

Run unit tests and linting

android increment_version_code

[bundle exec] fastlane android increment_version_code

Increment version code

android bump_version

[bundle exec] fastlane android bump_version

Set a specific version name (e.g., fastlane bump_version name:”1.5.0”)

android build

[bundle exec] fastlane android build

Build release apk

android internal

[bundle exec] fastlane android internal

Deploy to internal testing track

android promote_to_alpha

[bundle exec] fastlane android promote_to_alpha

Promote Internal to Alpha (Closed Testing)

android promote_to_beta

[bundle exec] fastlane android promote_to_beta

Promote Alpha to Beta (Open Testing @10%)

android deploy

[bundle exec] fastlane android deploy

Deploy beta to Production @10%

android alpha

[bundle exec] fastlane android alpha

Deploy to alpha track

android beta

[bundle exec] fastlane android beta

Deploy to beta track

android production

[bundle exec] fastlane android production

Deploy to production

android screenshots

[bundle exec] fastlane android screenshots

Capture screenshots for Play Store. Specify –device_type=sevenInch for a tablet.

android upload_metadata

[bundle exec] fastlane android upload_metadata

Upload store metadata. Options: whatsnew:true (include changelogs), imgs:true (include screenshots/images), all:true (everything), store:false (skip store metadata).


This README.md is auto-generated and will be re-generated every time fastlane is run.

More information about fastlane can be found on fastlane.tools.

The documentation of fastlane can be found on docs.fastlane.tools.