# `mix spark.cheat_sheets`
[🔗](https://github.com/ash-project/spark/blob/v2.7.0/lib/mix/tasks/spark.cheat_sheets.ex#L34)

Creates cheat sheets for each Extension provided. Useful for CI with `--check` flag.

## Example

```bash
mix spark.cheat_sheets --extensions MyApp.Foo,MyApp.Bar
```

## Options

* `--extensions` - The list of extensions to generate cheat sheets for

---

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