Hi All
I am recently tinkering around with dagger to see if it would work great for zitadels ci needs 😁
ATM I am struggling with a weird error when calling dagger call build --directory=. export --path=./hodor
This invokes a go function here https://github.com/zitadel/zitadel/blob/dagger/ci/main.go which later invokes a node funtion here https://github.com/zitadel/zitadel/blob/dagger/ci/console/src/index.ts
I could have sworn that this command worked at least one time but now all I get is the error in the screenshot "Error: unknown command "export" for "dagger call build"
Version is 0.11.8 and is use go and node sdks.
Maybe somebody spots what I am doing wrong 🙈