| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-10 | 459 Bytes | |
| v2.1.0 source code.tar.gz | 2026-06-10 | 61.7 kB | |
| v2.1.0 source code.zip | 2026-06-10 | 90.6 kB | |
| Totals: 3 Items | 152.8 kB | 0 | |
- Added the option
--yaml-tagsto convert YAML tags to and from other formats, which don't have native tag support. This also enables tag manipulation in Starlark. When the option is used, a tag like!secretis represented as a single-key mapping like{"!secret": "x"}during conversion. - Add
--yaml-expand-aliasesto group--expand-aliaseswith other YAML-specific options.--expand-aliasesremains as a hidden alias for backward compatibility.