Files
self/app/fastlane/README.md
Justin Hernandez d5a03a6f64 refactor specs with new style (#1769)
* add new specs

* formatting

* format all markdown files

* more formatting

* consolidate into overview

* update spec and template guidelines

* refactor specs

* save wip

* move status up

* wip

* update specs with missing items, remove stale items, add wave planning

* finalize specs and formatting

* formatting

* agent feedback, reviews

* formatting and feedback

* finalize feedback

* more feedback

* pr feedback

* formatting
2026-02-17 21:31:01 -08:00

1.6 KiB

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

iOS

ios sync_version

[bundle exec] fastlane ios sync_version

Sync ios version (DEPRECATED)

ios internal_test

[bundle exec] fastlane ios internal_test

Push a new build to TestFlight Internal Testing

ios deploy_auto

[bundle exec] fastlane ios deploy_auto

Deploy iOS app with automatic version management


Android

android sync_version

[bundle exec] fastlane android sync_version

Sync android version (DEPRECATED)

android internal_test

[bundle exec] fastlane android internal_test

Push a new build to Google Play Internal Testing

android deploy

[bundle exec] fastlane android deploy

Push a new build to Google Play Store

android build_only

[bundle exec] fastlane android build_only

Build Android app without uploading

android deploy_auto

[bundle exec] fastlane android deploy_auto

Deploy Android app with automatic version management


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.