fastlane

deliversnapshotframeitPEMsighproducecertcodes


TestFlight CLI

This gem allows you to manage all important features of Apple TestFlight using a CLI.

This includes

  • Upload new builds and distribute them to all testers
  • Set build information like changelog for new builds
  • Add new testers to your team

To upload a new build, just run

pizzacutter

This will automatically look for an ipa in your current directory and tries to fetch the login credentials from your fastlane setup.

You'll be asked for any missing information. Additionally, you can pass all kinds of parameters to pizzacutter:

pizzacutter -u "[email protected]"
   --changelog "This build is better"

pizzacutter does all kinds of magic for you:

  • Automatically detects the bundle identifier from your ipa file
  • Automatically fetch the AppID of your app based on the bundle identifier

This gem uses spaceship to submit the build metadata and iTunes Transporter to upload the binary.