4b2f0f9a1c
Signed-off-by: Solomon Hykes <solomon@dagger.io> |
||
---|---|---|
.. | ||
engine | ||
README.md |
sidebar_label |
---|
dagger |
alpha.dagger.io/europa/dagger
The Dagger API.
import "alpha.dagger.io/europa/dagger"
dagger.#DAG
A special kind of program which dagger
can execute.
dagger.#DAG Inputs
No input.
dagger.#DAG Outputs
No output.
dagger.#FS
A reference to a filesystem tree. For example: - The root filesystem of a container - A source code repository - A directory containing binary artifacts Rule of thumb: if it fits in a tar archive, it fits in a #FS.
dagger.#FS Inputs
No input.
dagger.#FS Outputs
No output.
dagger.#Plan
A deployment plan executed by dagger up
dagger.#Plan Inputs
No input.
dagger.#Plan Outputs
No output.
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.#Service
A reference to a network service endpoint, for example: - A TCP or UDP port - A unix socket - An HTTPS endpoint
dagger.#Service Inputs
No input.
dagger.#Service Outputs
No output.
dagger.#Stream
A reference to a stream of bytes, for example: - The standard output or error stream of a command - The standard input stream of a command - The contents of a file or named pipe
dagger.#Stream Inputs
No input.
dagger.#Stream Outputs
No output.
dagger.#Subdir
Select a subdirectory from a filesystem tree
dagger.#Subdir Inputs
No input.
dagger.#Subdir Outputs
No output.