Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.13 KB

File metadata and controls

56 lines (34 loc) · 1.13 KB

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 retry_production_upload

[bundle exec] fastlane android retry_production_upload

Retry Play upload for existing release artifacts without rebuilding/bumping

android closed

[bundle exec] fastlane android closed

Build, bump version, push to git, upload to Closed testing (Alpha)

android production

[bundle exec] fastlane android production

Build, bump version, push to git, upload to Production

android test

[bundle exec] fastlane android test

Run unit tests


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.