function setValue(value: text, loc: text, text: text): set yaml value "%{_value}%" from file "%{_loc}%" to "%{_text}%" function delValue(loc: text, value: text): delete yaml value "%{_value}%" from file "%{_loc}%" function addToList(text: text, name: text, loc: text): add "%{_text}%" to yaml list "%{_name}%" from file "%{_loc}%" function delFromList(value: text, name: text, loc: text): remove "%{_value}%" from yaml list "%{_name}%" from file "%{_loc}%"