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