Scripts2026年4月7日·1 分钟阅读

Dagger — CI/CD Pipelines as Code in Any Language

Run CI/CD pipelines locally and in the cloud with the same code. Write pipelines in TypeScript, Python, or Go instead of YAML. Containerized execution ensures identical results everywhere. 12,000+ stars.

介绍

Dagger is a CI/CD pipeline engine written in code (TypeScript/Python/Go) rather than YAML, with 12,000+ GitHub stars. Containerized execution guarantees identical results locally and in CI. Best for teams tired of YAML CI who want testable, type-safe pipelines.


Quick Start

curl -fsSL https://dl.dagger.io/dagger/install.sh | sh
dagger init --sdk=typescript
dagger call build --source=.

Overview

Dagger is a CI/CD pipeline engine written in code (TypeScript/Python/Go) rather than YAML, with 12,000+ GitHub stars. Containerized execution guarantees identical results locally and in CI. Best for teams tired of YAML CI who want testable, type-safe pipelines.


Source & Thanks

Created by Dagger. Licensed under Apache 2.0.

dagger — stars 12,000+

🙏

来源与感谢

Created by Dagger. Licensed under Apache 2.0.

dagger — stars 12,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产