mix saaskit.help (saas_kit v3.0.0)

Copy Markdown

Displays getting-started information and all available SaaS Kit mix tasks.

Usage: mix saaskit.help mix saaskit.help --json # emit the task catalog as JSON

By default this runs fully offline — it reports whether boilerplate_token is set and points humans or agents at mix saaskit.status for a deeper, API-backed state check.

JSON shape:

{
  "schema_version": 1,
  "ok": true,
  "configured": true,
  "tasks": [
    {
      "command": "mix saaskit.status",
      "description": "...",
      "examples": ["mix saaskit.status", "mix saaskit.status --json"]
    }
  ],
  "next_command": "mix saaskit.status"
}