Method: Fastlane::Actions::InstallrAction.example_code

Defined in:
fastlane/lib/fastlane/actions/installr.rb

.example_codeObject



112
113
114
115
116
117
118
119
120
121
122
# File 'fastlane/lib/fastlane/actions/installr.rb', line 112

def self.example_code
  [
    'installr(
      api_token: "...",
      ipa: "test.ipa",
      notes: "The next great version of the app!",
      notify: "dev,qa",
      add: "exec,ops"
    )'
  ]
end