Skip to content

init intro toolchain#1

Open
kpenfound wants to merge 1 commit intomainfrom
onboarding
Open

init intro toolchain#1
kpenfound wants to merge 1 commit intomainfrom
onboarding

Conversation

@kpenfound
Copy link

@kpenfound kpenfound commented Feb 2, 2026

Staring with 3 checks:

  • "install a toolchain": this is passing because they have intro installed! I thought it would be important to at least see what a passing check looks like from the beginning
  • "login to dagger cloud": makes sure they are logged in. If they dont have an org created yet, dagger login will kick-off that flow
  • "install more toolchains": using a hardcoded list of toolchains we've built so far, checks for project indicators that they should use each one and recommends the proper dagger toolchain install for it. For example, if you run dagger check in this repo, it will recommend the go toolchain by outputting Install go: dagger toolchain install github.com/dagger/dagger/toolchains/go

Its in Go instead of Dang because it might be the first toolchain people look at, and I don't want to scare them away with a language they haven't heard of before.

@TomChv if you have any more toolchains to add like vitest, hopefully this format is easy to maintain!

Signed-off-by: kpenfound <kyle@dagger.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant