Skip to content

Latest commit

 

History

History
232 lines (135 loc) · 2.74 KB

README.md

File metadata and controls

232 lines (135 loc) · 2.74 KB

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

test

[bundle exec] fastlane test

test lane

checkGitStatus

[bundle exec] fastlane checkGitStatus

Check Git Status

checkSentryClitatus

[bundle exec] fastlane checkSentryClitatus

Check Sentry Cli Status

ns_install

[bundle exec] fastlane ns_install

Ensure deps are installed

setup

[bundle exec] fastlane setup

Setup

prepare

[bundle exec] fastlane prepare

Prepare the application.

build_and_publish

[bundle exec] fastlane build_and_publish

build_flavor

[bundle exec] fastlane build_flavor

svelteCheck

[bundle exec] fastlane svelteCheck

get_changelog

[bundle exec] fastlane get_changelog

iOS

ios sentry_upload

[bundle exec] fastlane ios sentry_upload

Upload Dsyms to Sentry

ios upload_store

[bundle exec] fastlane ios upload_store

ios certificates

[bundle exec] fastlane ios certificates

Fetch certificates and provisioning profiles

ios build

[bundle exec] fastlane ios build

Build the iOS application.

ios beta

[bundle exec] fastlane ios beta

Ship iOS build to Testflight.

ios alpha

[bundle exec] fastlane ios alpha

Ship iOS build to Testflight.

ios production

[bundle exec] fastlane ios production

Ship iOS build to AppStore.


Android

android sentry_upload

[bundle exec] fastlane android sentry_upload

Upload to Sentry

android write_changelog

[bundle exec] fastlane android write_changelog

android upload_store

[bundle exec] fastlane android upload_store

android build

[bundle exec] fastlane android build

Build the Android application.

android github

[bundle exec] fastlane android github

Ship to Github.

android fdroid

[bundle exec] fastlane android fdroid

build for fdroid.

android beta

[bundle exec] fastlane android beta

Ship to Android Playstore Beta.

android alpha

[bundle exec] fastlane android alpha

Ship to Android Playstore Alpha.


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.