YAML Editor

Is there a YAML Editor you would recommend, preferably one that's command line based?

  • Note that I'm NOT referring to a text/code editor that supports YAML - like Notepad++ or Atom.

  • I'm referring to tools like YAML COMMAND or YAWN YAML CLI

I need to edit several configs - local and remote. Using text/code editors or sed is not efficient.

I tried the above listed tools. They didn't work readily with the kind of configs I have. For instance, they didn't work with:

output.logstash:
hosts: ["localhost:5044"]
loadbalance: false

Had to change to this to get the tools to work - not ideal!

output.logstash.hosts: ["localhost:5044"]
output.logstash.loadbalance: false

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.