An interactive terminal that clients can connect to.
A unique identifier for this Terminal.
Forces evaluation of the pipeline in the engine.
@type t() :: %Dagger.Terminal{client: term(), query_builder: term()}
@spec id(t()) :: {:ok, Dagger.TerminalID.t()} | {:error, term()}
@spec sync(t()) :: {:ok, t()} | {:error, term()}
It doesn't run the default command if no exec has been set.