Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 888 Bytes

File metadata and controls

34 lines (22 loc) · 888 Bytes

Setup Module

This Dagger module helps you setup Dagger in your workspace.

It provides checks to walk you through adopting Dagger in your project.

Get started

  1. Install Dagger

  2. Install this module

dagger toolchain install github.com/dagger/setup
  1. 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
  1. Execute the checks
dagger check

The failed checks will provide instructions to assist you through your dagger onboarding!