dagger

Portable devkit for defining and running CI/CD pipelines as code

brewmacoslinux
Try with needOr install directly
Source

About

Portable devkit for CI/CD pipelines

Commands

dagger

Examples

initialize a new dagger project$ dagger init
run a pipeline and see logs in real time$ dagger call build --help
execute a function from your pipeline definition$ dagger call myFunction --arg key=value
check dagger version and verify installation$ dagger version
query available functions in current pipeline$ dagger functions