Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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 validate_key

[bundle exec] fastlane android validate_key

Validate Play Store key

android test

[bundle exec] fastlane android test

Runs all the tests

android production

[bundle exec] fastlane android production

Deploy a new version to the Google Play

android github_release

[bundle exec] fastlane android github_release

android free_nightly

[bundle exec] fastlane android free_nightly

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.