`limactl create --set .foo=1 --set .bar=2` ignores `foo`. Not a recent regression. The issue happens with v0.23, as well as with the latest v1.0.6. ## Workaround ``` --set '.foo=1 | .bar=2' ```