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 ad0fcfffeb fix --log-* flags
Have each command create their own logger rather than using the one from
`cmd.Context()`. This is because that one gets created "too early" when
`--log-*` flags have not been parsed yet.

Fixes #181

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-03-18 15:55:16 -07:00
.github move timeout to golangci-lint command 2021-03-16 15:33:52 -04:00
cmd/dagger fix --log-* flags 2021-03-18 15:55:16 -07:00
dagger pipeline: FetchGit: make a copy of the content to avoid caching issues 2021-03-18 11:18:06 -07:00
doc Expand README content, split into multiple files 2021-03-17 23:08:50 -07:00
examples Rename dagger.#Dir to dagger.#Artifact 2021-03-13 00:11:59 -08:00
pkg buildkit: wait for buildkitd to be ready before connecting 2021-03-17 14:54:51 -07:00
stdlib fix TitleCase error 2021-03-16 16:59:32 -04:00
tests impl test, log patterns when .daggerignore found, lint, fix stdlib/file test imports 2021-03-18 12:38:50 -04:00
.daggerignore update .daggerignore 2021-03-18 10:04:13 -07:00
.gitattributes test: add secrets for testing 2021-03-12 17:03:22 -08:00
.gitignore update .gitignore 2021-02-03 14:58:33 -08:00
.golangci.yml pkg/progressui: customization callbacks 2021-02-23 15:34:41 -08:00
doc.go add a go file to the root folder 2021-02-17 13:13:17 -08:00
Dockerfile build(deps): bump golang from 1.16.1-alpine to 1.16.2-alpine 2021-03-12 07:07:03 +00:00
go.mod build(deps): bump cuelang.org/go from 0.3.0-beta.5 to 0.3.0-beta.6 2021-03-12 07:21:01 +00:00
go.sum Merge pull request #173 from dagger/push-container 2021-03-12 15:52:52 -08:00
LICENSE add LICENSE file 2021-01-14 12:36:19 -08:00
Makefile move timeout to golangci-lint command 2021-03-16 15:33:52 -04:00
README.md Expand README content, split into multiple files 2021-03-17 23:08:50 -07:00
tracing.compose.yaml opentracing support 2021-03-04 10:45:20 -08:00

Dagger

Dagger is an Application Delivery as Code (ADC) platform.

Using Dagger, software teams can create state-of-the-art deployment pipelines, tailor-made for their application and infrastructure, in just a few lines of code.

Dagger might be a good fit for you if:

  • You spend too much time fixing your artisanal deployment scripts
  • You wish you could use Heroku or Firebase, but your stack is too custom
  • You put off important infrastructure changes because they would slow down development
  • You wish you could visualize your whole application's supply chain as one big graph

Alpha disclaimer

Dagger is alpha-quality software. It has many bugs, the user interface is minimal, and it may change in incompatible ways at any time. If you are still willing to try it, thank you! We appreciate your help and encourage you to ask questions and report issues.

Examples

Learn More