Skip to main content

Installation

Experimental
warning

The Dagger Elixir SDK is currently experimental and is subject to change.

note

This Dagger Elixir SDK requires Elixir 1.14 or later with Erlang OTP 23 or later. Using Erlang OTP version 25 is recommended.

In your project directory, open mix.exs and add {:dagger, "~> 0.8"} to the list in the deps function:

def deps do
[
{:dagger, "~> 0.8", only: [:dev, :test]}
]
end

Run mix deps.get to fetch the Elixir SDK from Hex.pm:

mix deps.get