bindl-dev / bindl

Project-defined static binary manager.
https://bindl.dev
Apache License 2.0
7 stars 0 forks source link

✨ Idempotent `bindl sync` #57

Closed wilsonehusin closed 2 years ago

wilsonehusin commented 2 years ago

What this PR does / Why we need it

This introduces idempotency in bindl sync, although not perfect. Specifically, I'm not sure if array order is preserved by YAML marshal/unmarshal.

Which issue(s) this PR fixes

Fixes #26