mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
68 lines
1.2 KiB
Markdown
68 lines
1.2 KiB
Markdown
# Dagger
|
|
|
|
Open-source runtime for composable workflows.<br/>
|
|
Intended for systems with many moving parts and strong needs for repeatability, modularity, observability and
|
|
cross-platform support, which makes it good for AI agents and CI/CD workflows.
|
|
|
|
Tries to replace software projects' artisanal scripts with a modern API and cross-language scripting engine.<br/>
|
|
Helps to create consistent and reliable local development and testing environments that can do whatever one's CI can.
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
1. [Sources](#sources)
|
|
|
|
## TL;DR
|
|
|
|
<details>
|
|
<summary>Setup</summary>
|
|
|
|
```sh
|
|
brew install 'dagger/tap/dagger'
|
|
```
|
|
|
|
</details>
|
|
|
|
<!-- Uncomment if used
|
|
<details>
|
|
<summary>Usage</summary>
|
|
|
|
```sh
|
|
```
|
|
|
|
</details>
|
|
-->
|
|
|
|
<!-- Uncomment if used
|
|
<details>
|
|
<summary>Real world use cases</summary>
|
|
|
|
```sh
|
|
```
|
|
|
|
</details>
|
|
-->
|
|
|
|
## Further readings
|
|
|
|
- [Website]
|
|
- [Codebase]
|
|
|
|
### Sources
|
|
|
|
- [Documentation]
|
|
|
|
<!--
|
|
Reference
|
|
═╬═Time══
|
|
-->
|
|
|
|
<!-- In-article sections -->
|
|
<!-- Knowledge base -->
|
|
<!-- Files -->
|
|
<!-- Upstream -->
|
|
[codebase]: https://github.com/dagger/dagger
|
|
[documentation]: https://docs.dagger.io/
|
|
[website]: https://dagger.io/
|
|
|
|
<!-- Others -->
|