Skip to content
Piotr Sękara edited this page May 29, 2020 · 3 revisions

Description

Used to run Fastlane lane.

Parameters

Name Description Required Type Default
name Defines lane name to run. True String -
options Defines dictionary with lane options. False Hash(Any) {}

Example

deploy:
    default:
        - lane:
            name: "upload_app"
            options: 
                notify: true
Clone this wiki locally