Files
KeePassDX/fastlane
2018-03-09 23:13:53 +01:00
..
2018-02-01 19:53:32 +01:00
2018-02-01 19:28:11 +01:00
2018-02-01 19:28:11 +01:00
2018-02-01 17:18:35 +01:00

fastlane documentation

Installation

Install fastlane using

[sudo] gem install fastlane -NV

or alternatively using brew cask install fastlane

Available Actions

Android

fastlane tests

Runs all the tests

fastlane build_beta_google_free storefile:"" storepass:"" keyalias:"" keypass:""

Build a new Beta version

fastlane deploy_beta_google_free

Deploy a new Beta version to the Google Play


More information about fastlane can be found on fastlane.tools. The documentation of fastlane can be found on docs.fastlane.tools.