-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support more file extensions for manifest #2715
Comments
I am going to look for supporting yaml. Best option for this types files. Mainly for supporting block chomping and other advantages (#2609) It should not be so hard.
YAML Support Roadmap
Create bucket YAMLs in
|
It might be a good idea to replace JSON with a more readable format, but supporting more than one extension is not a good idea. It just means more documentation and unnecessary dependencies. Obviously you'd need a transition period where both JSON and the new format are supported but, keeping them both indefinitely is not a good idea. |
yaml is built on top of json, it wouldn't be an issue to mix them up |
@rashil2000 Why close such feature request issue? |
Detailed discussion regarding manifests formats happened here #2609 |
That one is closed, too... Please keep feature request issues open as reminders, and wait for someone (maintainers or not) to realize them. |
toml sucks, but yeah, i myself came here this time to say that yaml (more precisely, strict-yaml) is much much better format for such use-cases as manifests.
i had thought that i would be ridiculed for bringing this up i.e. "support strict-yaml", so its sooo nice to see this long discussion here (which seems to be positive from quick glance) |
looking forward to see a strict yaml parser in pure powershell |
powershell doesn't have FFI to libs having C-ABI? it's kinda interesting to me that there is any 3P library for powershell lol: $ scoop info powershell-yaml | yq '.Description' # -p props
PowerShell module for serializing and deserializing YAML |
doesnt this use YamlDotNet? |
support comments (jsonc) in app manifests #5913 as comments help a lot in adding in manifest the *passive details like:
*passive i.e. not validated & errored-out-at, & only for human use. |
It is nice if we support more extension for manifest, like
The text was updated successfully, but these errors were encountered: