LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

fastlane

iOS and Android app automation tool

TLDR

Initialize Fastlane
$ fastlane init
copy
Run a lane
$ fastlane [lane_name]
copy
Build and test iOS app
$ fastlane ios test
copy
Deploy to App Store
$ fastlane release
copy
Deploy to TestFlight
$ fastlane beta
copy
List available actions
$ fastlane actions
copy
List available lanes
$ fastlane lanes
copy

SYNOPSIS

fastlane [options] [lane]

DESCRIPTION

fastlane automates iOS and Android development tasks including building, testing, code signing, and releasing apps to the App Store and Google Play.The tool provides a Ruby-based DSL for defining workflows (called "lanes") that chain together actions. It handles complex tasks like certificate management, screenshot generation, beta distribution, and store submissions.fastlane integrates with tools like xcodebuild, Gradle, gym, match, and deliver to provide end-to-end automation for mobile development and release processes.

PARAMETERS

--verbose

Enable verbose output.
--env environment
Load environment-specific config.

CONFIGURATION

./fastlane/Fastfile

Main configuration file defining lanes (workflows) for build, test, and deployment automation.
./fastlane/Appfile
App-specific configuration including bundle identifiers and Apple ID.

SUBCOMMANDS

init

Initialize Fastlane.
lanes
List all lanes.
actions
List all actions.
env
Print environment info.
new_action
Create new action.
docs
Generate documentation.

INSTALL

brew install fastlane
copy
nix profile install nixpkgs#fastlane
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid