# `mix ash.manifest.dump`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/mix/tasks/ash.manifest.dump.ex#L5)

Generates a JSON manifest of the application's public Ash surface
(resources, types, and action entrypoints).

    mix ash.manifest.dump [--output FILE] [--format json]

## Options

  * `--output` / `-o` - Output file path (default: stdout)
  * `--format` - Output format, currently only "json" (default: "json")

## Examples

    mix ash.manifest.dump
    mix ash.manifest.dump --output manifest.json
    mix ash.manifest.dump -o manifest.json --format json

---

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