mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fastlane documentation
Installation
Install fastlane using
[sudo] gem install fastlane -NV
or alternatively using brew cask install fastlane
Available Actions
Android
fastlane tests
Runs all the tests
fastlane build_beta_google_free storefile:"" storepass:"" keyalias:"" keypass:""
Build a new Beta version
fastlane deploy_beta_google_free
Deploy a new Beta version to the Google Play
More information about fastlane can be found on fastlane.tools. The documentation of fastlane can be found on docs.fastlane.tools.