{"id":19675076,"url":"https://github.com/mesosphere/d2iq-daggers","last_synced_at":"2026-03-10T16:05:23.880Z","repository":{"id":62602435,"uuid":"560380233","full_name":"mesosphere/d2iq-daggers","owner":"mesosphere","description":"Collection of tasks and utilities to manage ci-cd pipelines","archived":false,"fork":false,"pushed_at":"2025-05-14T11:21:41.000Z","size":271,"stargazers_count":6,"open_issues_count":3,"forks_count":4,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-08T02:52:40.782Z","etag":null,"topics":["ci-cd","dagger","dagger-io","magefile"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mesosphere.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-01T11:22:08.000Z","updated_at":"2025-05-14T11:20:59.000Z","dependencies_parsed_at":"2023-07-19T01:13:46.608Z","dependency_job_id":"ab67ee71-f8df-4358-9589-0b1ddffd9475","html_url":"https://github.com/mesosphere/d2iq-daggers","commit_stats":null,"previous_names":["mesosphere/daggers","aweris/tools","mesosphere/daggers-for-dkp"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/mesosphere/d2iq-daggers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere%2Fd2iq-daggers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere%2Fd2iq-daggers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere%2Fd2iq-daggers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere%2Fd2iq-daggers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mesosphere","download_url":"https://codeload.github.com/mesosphere/d2iq-daggers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere%2Fd2iq-daggers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279268835,"owners_count":26137464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ci-cd","dagger","dagger-io","magefile"],"created_at":"2024-11-11T17:21:09.485Z","updated_at":"2025-10-17T01:39:03.438Z","avatar_url":"https://github.com/mesosphere.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# D2iQ Daggers\n\n`d2iq-daggers` is a component library for [dagger](https://github.com/dagger/dagger) that provides a collection of tasks and\nutilities to make it easier to use.\n\n**WARNING:** The library is still in development and may introduce breaking changes in the future without notice.\n\n## Installation\n\nTo install daggers, use the go command:\n\n```bash\n$ go get github.com/mesosphere/d2iq-daggers\n```\n\n## Usage\n\nTo use daggers, import the package into your project:\n\n```go\nimport \"github.com/mesosphere/d2iq-daggers/daggers\"\n```\n\nThen, use the `daggers` package to create a new Runtime:\n\n```go\nruntime, err := daggers.NewRuntime(ctx, daggers.WithVerbose(true))\nif err != nil {\n  panic(err)\n}\n```\n\nWith the runtime, you can then use the catalog to create tasks:\n\n```go\nimport \"github.com/mesosphere/d2iq-daggers/catalog/golang\"\n```\n\n```go\n_, dir, err := golang.RunCommand(\n    ctx,\n    runtime,\n    golang.WithArgs([]string{\"test\", \"-v\", \"-race\", \"-coverprofile\", \"coverage.txt\", \"-covermode\", \"atomic\", \"./...\"}),\n)\nif err != nil {\n    panic(err)\n}\n\n_, err = dir.File(\"coverage.txt\").Export(ctx, \".output/coverage.txt\")\nif err != nil {\n    panic(err)\n}\n```\n\n## License\n\nApache License 2.0, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesosphere%2Fd2iq-daggers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmesosphere%2Fd2iq-daggers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesosphere%2Fd2iq-daggers/lists"}