lane_context¶
Access lane context values
Access the fastlane lane context values.
More information about how the lane context works: https://docs.fastlane.tools/advanced/#lane-context.
lane_context | |
---|---|
Supported platforms | ios, android, mac |
Author | @KrauseFx |
2 Examples¶
lane_context[SharedValues::BUILD_NUMBER]
lane_context[SharedValues::IPA_OUTPUT_PATH]
To show the documentation in your terminal, run
fastlane action lane_context