Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 798 Bytes

README.md

File metadata and controls

57 lines (46 loc) · 798 Bytes

fastlane documentation

Installation

sudo gem install fastlane

Available Actions

increment_build

fastlane increment_build

increment_version_patch

fastlane increment_version_patch

increment_version_minor

fastlane increment_version_minor

increment_version_major

fastlane increment_version_major

translate

fastlane translate

beta_dev

fastlane beta_dev

beta_staging

fastlane beta_staging

beta_production

fastlane beta_production

production

fastlane production

More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub