View Source Dagger.GitRef (dagger v0.9.6)
A git ref (tag, branch or commit).
Link to this section Summary
Functions
The resolved commit id at this ref.
Retrieves the content-addressed identifier of the git ref.
The filesystem tree at this ref.
Link to this section Types
Link to this section Functions
@spec commit(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
The resolved commit id at this ref.
@spec id(t()) :: {:ok, Dagger.GitRefID.t()} | {:error, term()}
Retrieves the content-addressed identifier of the git ref.
@spec tree( t(), keyword() ) :: Dagger.Directory.t()
The filesystem tree at this ref.
optional-arguments
Optional Arguments
ssh_known_hosts
-ssh_auth_socket
-