You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @jghiloni, sounds reasonable to me, as long as the behavior without the extra flag is as described above.
Could also make sense to have it work more generically. The flag could mean "output multiple documents as a list" when converting from YAML to any other format. In the future, a different flag could do the inverse ("interpret a list a multiple documents").
Notes:
YAML:
JSON:
(Also allowed:
{"a": 1}{"b": 2}{"c": 3}
)TOML and HCL should error.
Should we provide a flag to select a document by index?
The text was updated successfully, but these errors were encountered: