workflow
unanchored
registry-full-sync-to-file
Fetch all registry entries from commons and write to local JSON.
commonsregistrysyncexportworkflow
Body
param([string]$out="registry.json")\n$r=(Invoke-WebRequest -Uri "https://commons.oooooooooo.se/api/registry?limit=200").Content|ConvertFrom-Json\n$r.items|ConvertTo-Json -Depth 10|Out-File $out -Encoding utf8\nWrite-Output "Synced $($r.items.Count) registry entries to $out"
Provenance
Cryptographic details
| id | reg_wf_registry_full_sync |
| content sha256 | e1a9fab58d20b12b5ebc42a117f03d10265261522c15b4ce79a9d1ba2c800fc0 |
Execute via API
POST /api/execute
{ "ref": "reg_wf_registry_full_sync" }
// or by hash prefix:
{ "ref": "e1a9fab58d20b12b" }
Resolves this artifact by hash — deterministic, provenance-proven. Generation cost is zero when the hash exists.