Cloudflare가 TypeScript로 CI 파이프라인을 정의하는 SDK를 공개했습니다.
Cloudflare는 cloudflare/ci라는 CI SDK를 출시하여 TypeScript로 파이프라인을 정의하도록 지원합니다. 이 SDK는 Cloudflare Workflows 위에서 작동하며, 각 단계에 지속적인 재시도와 재생 기능을 제공합니다. 또한 기본적으로는 동시 단계와 Sandbox 스냅샷 캐싱을 지원하며, Workers 런타임을 목표로 하고 있습니다. 이 SDK는 아직 개인 베타 상태인 아티팩트에 의존합니다.
Cloudflare has released a CI SDK that defines pipelines in TypeScript.
Cloudflare has launched cloudflare/ci, a CI SDK that allows defining pipelines in TypeScript. It runs on top of Cloudflare Workflows, providing durable retries and replay for each step. Additionally, it supports concurrent steps by default and Sandbox snapshot caching, targeting the Workers runtime. The SDK depends on Artifacts, which is still in private beta.