Back to Tasks

Installation

fastlane/README.md

15.31.0 KB
Original Source

fastlane documentation

Installation

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

sh
xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

Android

android test

sh
[bundle exec] fastlane android test

Runs all the tests

android beta

sh
[bundle exec] fastlane android beta

Submit a new Beta Build to Crashlytics Beta

android deploy

sh
[bundle exec] fastlane android deploy

Deploy to internal track

android lint

sh
[bundle exec] fastlane android lint

Lint

android bundle

sh
[bundle exec] fastlane android bundle

Bundle


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.