#hey Dani! it's great to see you here!

1 messages Β· Page 1 of 1 (latest)

west monolith
toxic turret
rapid talon
#

Hey @west monolith so nice to meet you, excited to see this module and I would love to help out with exploring using dagger in the projects CI.

#

Its so cool that you are already using docusaurus -- I wrote this docusaurus module last week for helping with reviewing branch PRs without needing to install anything locally. I just tried it out and it just worksβ„’ with tracetest as well πŸ˜„

If you have dagger CLI installed locally you can try this πŸ™‚

dagger call -m github.com/levlaz/daggerverse/docusaurus run --src https://github.com/kubeshop/tracetest --dir "src/docs" as-service up

Its even cooler when you need to point to an arbitrary branch on a fork like this 😎

dagger call -m github.com/levlaz/daggerverse/docusaurus run --src https://github.com/$FORK/tracetest#$BRANCH --dir "src/docs" as-service up
west monolith
#

hi @rapid talon thanks for your input. I'll try that.

#

One question: when running dagger CLI for the first time, do I need a cloud account? I'm trying to run the any commands and I'm getting stuck in loading

#

example:

rapid talon
#

No you don't need a cloud account, the first time the CLI runs it needs to pull down the engine and depending on your network this may take some time.

west monolith
#

ok! I'll try again later today, thanks for the clarification! πŸ™‚

rapid talon
#

Hey @west monolith -- FYI I made some modifications to that module yesterday, if you do give this a try please use this command instead:

dagger call -m github.com/levlaz/daggerverse/docusaurus serve --src https://github.com/kubeshop/tracetest --dir "src/docs" up
west monolith
#

just to give a heads up, talking with Lev we discovered that my Docker Desktop died silently, this is why I got stuck on init. Now everything is working and I'm able to play with Dagger. πŸ™‚

#

I'll let you know as soon as I have more news!