pilot/lib/pilot/options.rb in fastlane-2.178.0 vs pilot/lib/pilot/options.rb in fastlane-2.179.0
- old
+ new
@@ -29,9 +29,10 @@
# app upload info
FastlaneCore::ConfigItem.new(key: :username,
short_option: "-u",
env_name: "PILOT_USERNAME",
description: "Your Apple ID Username",
+ optional: true,
default_value: user,
default_value_dynamic: true),
FastlaneCore::ConfigItem.new(key: :app_identifier,
short_option: "-a",
env_name: "PILOT_APP_IDENTIFIER",