dagger

Playing With Dagger.io (2)

Last night I was reading a bit about CUE when noticing that I could do: cue eval file_name.cue But when trying to do so in my Windows PC, I got the following error: λ cue eval localdev.cue import failed: cannot find package "dagger.io/dagger": .\localdev.cue:5:5 After quickly checking and remembering, then I realized I needed a project: λ dagger project init Project initialized! To install dagger packages, run `dagger project update` And also I had to update this: