#Future of CUE & Dagger

1 messages · Page 1 of 1 (latest)

calm solstice
#

CUE is one of the languages supported by Dagger. There is a CUE SDK just like there is a Go SDK, and soon Python, NodeJS etc.

The CUE SDK is a bit of a special case at the moment, since it was the first. At the moment it targets an older version of the Dagger engine (0.2) than the others. Work is underway to port it to 0.3 (cc @molten path ). Initially it will be a translation layer, to preserve compatibility for existing CUE configurations. The next phase will be to expose the 0.3 API more directly, so that the CUE experience is more consistent with other SDKs. How quickly that new phase happen s will depend on interest from the CUE community and upstream developers.

lean fjord
#

Makes sense! Thanks for the update. I like the approach you are taking making Dagger more developer friendly.