This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Andrea Luzzardi 379f24fdd2
Merge pull request #1720 from samalba/deprecate-cmd-up
cmd/up: deprecate `dagger up` with a warning
2022-03-08 18:11:34 -08:00
.github Europa docs: From local dev to CI environment doc page 2022-03-08 22:17:24 +00:00
client engine: redact dynamic secrets (e.g. #NewSecret) 2022-01-07 12:08:37 -08:00
cmd cmd/up: deprecate dagger up with a warning 2022-03-08 18:03:04 -08:00
compiler Add new Client API 2022-03-07 17:13:16 -01:00
cue.mod/pkg
docs Europa docs: From local dev to CI environment doc page 2022-03-08 22:17:24 +00:00
infra
mod
pkg Merge pull request #1704 from helderco/inputs-outputs-cleanup 2022-03-08 16:16:15 -08:00
plan Merge pull request #1704 from helderco/inputs-outputs-cleanup 2022-03-08 16:16:15 -08:00
plancontext
solver
telemetry
tests tests: fix outputs->client migration 2022-03-08 17:54:19 -08:00
util
version
website Europa docs: From local dev to CI environment doc page 2022-03-08 22:17:24 +00:00
.gitignore
.golangci.yml
.goreleaser.yml
.markdownlint.yaml
doc.go
Dockerfile
go.mod
go.sum
install.ps1 Updated the Installer and Docs 2021-06-30 17:54:48 +02:00
install.sh
LICENSE
Makefile Remove old universe target in Makefile 2022-02-23 12:20:01 -07:00
README.md
semver
tracing.compose.yaml

Dagger

Dagger is a portable devkit for CICD.

Using Dagger, software teams can develop powerful CICD pipelines with minimal effort, then run them anywhere. Benefits include:

  • Unify dev and CI environments. Write your pipeline once, Dagger will run it the same everywhere.
  • Reduce CI lock-in. No more re-writing everything from scratch every 6 months.

How does it work?

  1. Automate actions with your favorite programming language. No proprietary SDK: just regular shell, Go, Javascript, Python...
  2. Reuse actions from a large and growing catalog.
  3. Tie it all together in CUE - a revolutionary declarative language invented at Google. No more YAML hell!
  4. Test and debug instantly on your local machine. No more waiting 10min to catch a typo.
  5. Run your pipelines on any Docker-compatible runtime, for maximum portability. This means most modern CI runners can run Dagger out of the box.

Getting Started

Documentation website