Avoid string type quote stripping in yaml
Author: danwtCreated Apr 21, 2025Updated Jun 28, 2026
Labelsenhancement
How to do it?
Dasel will automatically rewrite all string values in yaml without quotes, which can break some apps
e.g.
foo: "foo" becomes foo: foo
Source: TomWright/dasel