# `mix brix.list`
[🔗](https://github.com/LoamStudios/brix/blob/main/lib/mix/tasks/brix.list.ex#L1)

Lists Brix content.

    mix brix.list pages    [--content-dir PATH]
    mix brix.list templates [--content-dir PATH] [--verbose]
    mix brix.list sections SLUG [--content-dir PATH] [--version VER]

## Subcommands

  * `pages` — shows slug, title, and published status for all pages
  * `templates` — shows template names (use `--verbose` for field details)
  * `sections SLUG` — shows sections for a page version

---

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