lib/pilot/options.rb in pilot-1.1.0 vs lib/pilot/options.rb in pilot-1.2.0

- old
+ new

@@ -44,9 +44,14 @@ short_option: "-p", env_name: "PILOT_APPLE_ID", description: "The unique App ID provided by iTunes Connect", optional: true, default_value: ENV["TESTFLIGHT_APPLE_ID"]), + FastlaneCore::ConfigItem.new(key: :distribute_external, + is_string: false, + env_name: "PILOT_DISTRIBUTE_EXTERNAL", + description: "Should the build be distributed to external testers?", + default_value: false), FastlaneCore::ConfigItem.new(key: :first_name, short_option: "-f", env_name: "PILOT_TESTER_FIRST_NAME", description: "The tester's first name", optional: true),