1.5 KiB
1.5 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
Android
android publish
[bundle exec] fastlane android publish
Build and upload for pre-launch report
android upload
[bundle exec] fastlane android upload
Upload for pre-launch report
android promote
[bundle exec] fastlane android promote
Promote to production track with 0.2 rollout by default
android increase
[bundle exec] fastlane android increase
Increase rollout
android test
[bundle exec] fastlane android test
Runs tests
android build_distribute
[bundle exec] fastlane android build_distribute
Build and distribute with Firebase
android distribute
[bundle exec] fastlane android distribute
Submit apk to Firebase Distribution
android build
[bundle exec] fastlane android build
Build apk
android explore_db
[bundle exec] fastlane android explore_db
Download explore.db
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.