# `mix deps.get`
[🔗](https://github.com/elixir-lang/elixir/blob/v1.20.2/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*
