View Source Dagger.Terminal (dagger v0.12.3)

An interactive terminal that clients can connect to.

Summary

Functions

A unique identifier for this Terminal.

Forces evaluation of the pipeline in the engine.

Types

@type t() :: %Dagger.Terminal{client: term(), selection: term()}

Functions

@spec id(t()) :: {:ok, Dagger.TerminalID.t()} | {:error, term()}

A unique identifier for this Terminal.

@spec sync(t()) :: {:ok, t()} | {:error, term()}

Forces evaluation of the pipeline in the engine.

It doesn't run the default command if no exec has been set.