Skip to content

YAML support #175

Open
Open
@mihai-stancu

Description

Hello,

I saw a tentative successor app that was eventually abandoned back in 2021 ecfg. Are there any (further) plans or alternatives for YAML support?

Currently a few design choices are making working with a wrapper script much harder:

  • not taking input via stdin
  • encrypt not writing output to stdout
  • overall not easy to write a series of pipes as yq -ojson . my.eyaml | ejson encrypt | yq -oyaml . | sponge my.eyaml

So "on the fly conversion" from an eyaml file to ejson to be used with this tool requires a temporary file + writing back into the original file (when encrypting).

Thank you,
Mihai

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions