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.
dagger/README.md

30 lines
1.2 KiB
Markdown
Raw Normal View History

# 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
2020-12-30 10:16:15 +01:00
## Alpha disclaimer
2020-12-30 10:16:15 +01:00
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.
2020-12-30 10:16:15 +01:00
## Examples
2020-12-30 10:16:15 +01:00
## Learn More
* [What is Application Delivery as Code?](doc/what_is_adc.md)
* [Installing Dagger](doc/install.md)
* [Tutorials](doc/tutorials.md)
* [Adding Dagger to your project](doc/adding_dagger.md)
* [Dagger Programmer Manual](doc/programmer.md)
* [Dagger Operator Manual](doc/operator.md)