#Where can I find dagger-cue?
1 messages · Page 1 of 1 (latest)
we're not publishing as a release in GH anymore. Binary can be obtained from here: https://docs.dagger.io/sdk/cue/526369/install
sources are here: https://github.com/dagger/dagger/tree/cue-sdk
A programmable CI/CD engine that runs your pipelines in containers - GitHub - dagger/dagger at cue-sdk
yes it is, since after moving to the SDK approach, the CUE sdk didn't make sense anymore to be embedded on the CLI since the CLI serves a different purpose now.
I can get this work, I get a permissions issue.
Are there any binary releases?
that's because your user can't write to /usr/local . run the curl command in a directory you can write and the dagger-cue binary will be in .bin/dagger-cue. Apologies for the error. cc @low shoal we need to clarify this in the docs
not in github anymore, no
That's great! Thank you. I've been stuck on that part for months! lol
@slate trail , have you tried using one of the other SDKs? This quickstart helped me a lot: https://docs.dagger.io/648215/quickstart/
I've been using dagger when it was just using cue, but would like to convert my current pipelines into Go sdk