This toolchain helps you get started with Dagger in your project.
It provides checks to walk you through adopting Dagger in your project.
-
Install this toolchain in your project
# From the root of your projects repository
dagger init
dagger toolchain install github.com/dagger/setup- List the checks this toolchain provides:
dagger check -l
Name Description
install-setup Install your first Toolchain
login-to-cloud Login to Dagger Cloud with dagger login
install-more-toolchains Install your next toolchain
- Execute the checks
dagger check
The failed checks will provide instructions to assist you through your dagger onboarding!