summaryrefslogtreecommitdiffstats
path: root/pkg/utils/yaml_utils
AgeCommit message (Expand)Author
2024-03-30fixup! Introduce a yaml_utils.Walk functionStefan Haller
2024-03-29Introduce a yaml_utils.Walk functionStefan Haller
2023-06-26Avoid rewriting the file if nothing changedStefan Haller
2023-06-26Add new function RenameYamlKeyStefan Haller
2023-06-26Extract a lookupKey function that will be useful in the next commitStefan Haller
2023-06-26Create missing path elementsStefan Haller
2023-06-26Return an error if some node in the path is not a dictionaryStefan Haller
2023-06-26Return an error if node to be updated is not a scalarStefan Haller
2023-06-26Return an error if document is not a dictionaryStefan Haller
2023-06-26Support updating values in empty documentsStefan Haller
2023-06-26Rename UpdateYaml to UpdateYamlValueStefan Haller
2023-06-26Cleanup: improve test setup and check for the right error stringStefan Haller
2023-05-10add ability to update yaml path while preserving commentsJesse Duffield