tdro

Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.

tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 33/50 words 11s read

    yj is handy for converting between YAML, TOML, JSON, and HCL. yes.

    shell
    yj -yj -i < config.yaml > config.json
    yj -yt -i < config.yaml > config.toml
    yj -yc    < config.yaml > config.hcl
    #programs