#Where can I find api docs for cue actions?

1 messages · Page 1 of 1 (latest)

summer grail
#

Hello
I'm aware of https://docs.dagger.io/sdk/cue/565505/core-actions-reference however I'm looking for docs that describe the fields / properties available for each of the Cue actions. And it would be great to see how to create custom Cue actions.

For example, there is an action called #HTTPFetch but there is no docs - at least none I could see.
I'm assuming there must be various parameters such as ur, download_location, ignore_ssl , password, username etc - but I cant see anywhere what parameters are available.

Core Actions are primitives implemented by the Dagger CUE SDK and Dagger Engine. They can be combined into higher-level composite actions. Their definitions can be imported in the dagger.io/dagger/core package.