Skip to main content
Recipes are end-to-end scripts that solve a single, scoped job: pull this month’s registrants, run a CSV import from analyze to recovery, compare a set of channels, or shape any list with jq. Each one composes the leaf commands already documented under Commands with standard shell tools, so nothing is hidden behind a wrapper.

When to use a recipe

  • You want a finished workflow, not a per-command reference.
  • You need to run the same multi-step report on a schedule and want a starting script.
  • You’re an AI agent and you want a documented composition pattern to follow.

New registrants this week

Pull the latest event sign-ups, filter by date, and export them for follow-up.

CSV import end-to-end

Analyze, create, poll, and recover failed rows in one script.

Channel analysis

Combine channel-event attribution with audience overlap for a full ROI view.

Scripting with jq

Reusable jq snippets for filtering, projecting, and aggregating CLI JSON output.

See also