YAML user preference to Manage environment #5750
Unanswered
stalingino
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Since JSON is strict & it doesn't allow comments, YML is a much better option for configuring environments.
If maintaining the underlying JSON structure gets difficult for parsing, another suggestion is to store as JSON only, but render as YML based on user preference. If user chooses to have YAML editor, you can provide a button to save (which can convert to json on click) to reduce the complexity over dynamic save activity also.
All reactions