Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
Install fastlane using
[sudo] gem install fastlane -NV
or alternatively using brew install fastlane
fastlane android validate_pr
Tests PRs and checks for integrity
[String] app_keysafe_name: Name of the application in the keysafe
[String] app_keysafe_password: Password of the application in the keysafe
[String] artifact_type: Artifact to generate: APK or AAB
fastlane android generate_daily_snapshot
Generates daily snapshot and uploads it to GitHub as a pre-release
[String] app_keysafe_name: Name of the application in the keysafe
[String] app_keysafe_password: Password of the application in the keysafe
[String] artifact_type: Artifact to generate: APK or AAB
[String] github_repository_name: GitHub repository name
[String] github_api_token: GitHub API token that can publish releases
fastlane android promote_to_alpha
Promote current internal build to alpha track
[String] app_keysafe_name: Name of the application in the keysafe
[String] app_keysafe_password: Password of the application in the keysafe
fastlane android promote_to_production_20
Promote current alpha build to production track with 20% rollout
[String] app_keysafe_name: Name of the application in the keysafe
[String] app_keysafe_password: Password of the application in the keysafe
fastlane android promote_to_production_100
Promote current stged production build to production track with 100% rollout
[String] app_keysafe_name: Name of the application in the keysafe
[String] app_keysafe_password: Password of the application in the keysafe
[String] artifact_type: Artifact to upload to HUAWEI AppGallery: APK or AAB
[String] github_repository_name: GitHub repository name
[String] github_api_token: GitHub API token that can publish releases
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.