module Fastlane
a = CredentialsManager::AccountManager.new(user: user, prefix: “deliver.appspecific”, note: “application-specific”) @password = a.password(ask_if_missing: true) # to ask the user for the missing value
a = CredentialsManager::AccountManager.new(user: user, prefix: “deliver.appspecific”, note: “application-specific”) @password = a.password(ask_if_missing: true) # to ask the user for the missing value