# `Ash.Mix.Tasks.Helpers`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/mix/tasks/helpers.ex#L5)

Helpers for Ash Mix tasks.

# `domains!`

Get all domains for the current project and ensure they are compiled.

# `extensions!`

```elixir
@spec extensions!(argv :: [String.t()], opts :: [{:in_use?, boolean()}]) :: [module()]
```

Gets all extensions in use by the current project's domains and resources

---

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