Method: Fastlane::Actions::DeploygateAction.details

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

.detailsObject



105
106
107
108
109
110
# File 'fastlane/lib/fastlane/actions/deploygate.rb', line 105

def self.details
  [
    "You can retrieve your username and API token on [your settings page](https://deploygate.com/settings).",
    "More information about the available options can be found in the [DeployGate Push API document](https://deploygate.com/docs/api)."
  ].join("\n")
end