从Ruby文件中调用fastlane函数

时间:2017-05-10 13:35:51

标签: ruby macos fastlane

这是一个非常简单的问题。我需要从外部Ruby文件中调用Fastlane函数。这可能吗?如果是这样,我该怎么做?

1 个答案:

答案 0 :(得分:1)

您可以这样做,但请确保您没有使用私有API。

require 'fastlane'
Fastlane::Runner.new.execute("beta")