faasr_replace_values {FaaSr} | R Documentation |
replace dummy keys with real keys Dummy key format: Servername + "_" + Key Name with CAPITAL LETTER e.g., My_OW_Account + API.key = My_OW_Account_API_KEY
faasr_replace_values(faasr, cred)
faasr |
a list form of the JSON file |
cred |
a list form of the credentials |
faasr a list form of the JSON file with real keys
if (interactive()){
faasr_with_cred <- faasr_replace_values(faasr, cred)
}