#i changed my folder name from dagger to e2e. how do i tell dagger where the module is located ?

1 messages · Page 1 of 1 (latest)

drifting egret
#

Hi folks

I am trying to rename my generated folder from dagger to e2e . i am planning to use dagger for e2e tests. i tried dagger call -m ./e2e --help but that failed

rose swift
#

If you check the dagger.json file, it probably has something like "source": "dagger", and you can update that to "source": "e2e"

drifting egret
#

that would not fix my problem. i had to delete the dir and regenerate it. once i am in a good place is it possible to safely remove all the generated code and regenerate it ?