# `mix deps.get`
[🔗](https://github.com/elixir-lang/elixir/blob/55da97b9a329638ed5dfdbb1f8e10c9895829655/lib/mix/lib/mix/tasks/deps.get.ex#L5)

Fetches unavailable and out of date dependencies.

## Command line options

  * `--check-locked` - raises if there are pending changes to the lockfile
  * `--no-archives-check` - does not check archives before fetching deps
  * `--only` - only fetches dependencies for given environment

---

*Consult [api-reference.md](api-reference.md) for complete listing*
