mix ash.manifest.dump (ash v3.25.2)

Copy Markdown View Source

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