0.0.5 • Published 5 years ago

yaml-replacer v0.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

yaml-replacer

Description:

A simple node js CLI that takes in a path to a yaml file, a key and a value (if value is not defined, all instances of key will instead be deleted instead of replaced). The CLI will loop through all keys in the yaml file and replace the key with the value and write the result to the file.

Example:

yaml-replacer --file-path ./src/test.yaml --key Key --value Value

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago