./lib/shenzhen/plugins/testflight.rb in shenzhen-0.0.1 vs ./lib/shenzhen/plugins/testflight.rb in shenzhen-0.0.2
- old
+ new
@@ -36,10 +36,10 @@
command :'distribute:testflight' do |c|
c.syntax = "ipa distribute:testflight [options]"
c.summary = "Distribute an .ipa file over testflight"
c.description = ""
c.option '-f', '--file FILE', ".ipa file for the build"
- c.option '-t', '--api_token TOKEN', "API Token. Available at https://testflightapp.com/account/#api-token"
+ c.option '-a', '--api_token TOKEN', "API Token. Available at https://testflightapp.com/account/#api-token"
c.option '-T', '--team_token TOKEN', "Team Token. Available at https://testflightapp.com/dashboard/team/edit/"
c.option '-m', '--notes NOTES', "Release notes for the build"
c.option '-l', '--lists LISTS', "Comma separated distribution list names which will receive access to the build"
c.option '--notify', "Notify permitted teammates to install the build"
c.option '--replace', "Replace binary for an existing build if one is found with the same name/bundle version"