πΎ Autosaving Β· the spreadsheet-native Argo CD Β· a project of the SNCF
GitOps delivery for the spreadsheet cluster.
Sheetlux CD continuously reconciles a directory of manifests into the cluster: it pulls Git, checksums the manifests, and runs skctl apply on every change. Because apply is an idempotent upsert, the cluster converges to Git β exactly like Argo CD or Flux, just smaller and backed by a spreadsheet.
A change in Git rolls out on the next tick. Desired state lives in Git.
apply is an upsert; re-applying is always safe.
One bash script and a directory. No operator, no controller pods.
| Sheetlux CD π© | Argo CD | |
|---|---|---|
| Control plane | One bash loop | Argo CD server + repo-server + Redis |
| Install footprint | A script | A Helm chart and CRDs |
| Source of truth | Git | Git |
| Spreadsheet-native | β | β |