Method: FastlaneCore::ConfigItem#sensitive

Defined in:
fastlane_core/lib/fastlane_core/configuration/config_item.rb

#sensitiveObject

Boolean

Set if the variable is sensitive, such as a password or API token, to prevent echoing when prompted for the parameter

If a default value exists, it won’t be used during code generation as default values can read from environment variables.



59
60
61
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 59

def sensitive
  @sensitive
end