sudo gem install fastlane
fastlane ios xcode
Installs FixCode which disables the "Fix Issue" button in Xcode
fastlane ios certs
Fetches the provisioning profiles so you can build locally and deploy to your device
fastlane ios test
Runs all the unit and ui tests
fastlane ios screens
Creates new screenshots and uploads them to iTunes Connect
fastlane ios beta
Submits a new Beta Build to Apple TestFlight
fastlane ios deploy
Deploys a new version to the App Store
Generate this documentation by running fastlane docs
More information about fastlane can be found on https://fastlane.tools.
The documentation of fastlane can be found on GitHub