import¶
Import another Fastfile to use its lanes
This is useful if you have shared lanes across multiple apps and you want to store a Fastfile in a separate folder.
The path must be relative to the Fastfile this is called from.
import | |
---|---|
Supported platforms | ios, android, mac |
Author | @KrauseFx |
1 Example¶
import("./path/to/other/Fastfile")
To show the documentation in your terminal, run
fastlane action import