This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Sam Alba 146971c8f1 fixed linting errors
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-12-14 09:08:58 -08:00
..
2021-12-14 09:08:58 -08:00

sidebar_label
dagger

alpha.dagger.io/dagger

Dagger core types

import "alpha.dagger.io/dagger"

dagger.#Secret

A reference to an external secret, for example: - A password - A SSH private key - An API token Secrets are never merged in the Cue tree. They can only be used by a special filesystem mount designed to minimize leak risk.

dagger.#Secret Inputs

No input.

dagger.#Secret Outputs

No output.

dagger.#Stream

Dagger stream. Can be mounted as a UNIX socket.

dagger.#Stream Inputs

No input.

dagger.#Stream Outputs

No output.