What is in the reference
Every command, flag, wizard step, environment variable and generated script, as lists you can check a value against.
A Concepts page explains a decision; a Reference page is an exhaustive list of current values — if a page would need editing because a flag, a step, a variable or a script name changed, it is here.
The CLI
Every command and flag, what each one defaults to, and the two things --yes will not do.
What the wizard does, step by step
The sequence in order: what each step asks, what it writes, and which ones reach your Chatfuel account.
The environment the wizard reads and writes
The variables the wizard itself reads, the .env it writes, and the guard that refuses to persist a token.
Scripts in the generated app
dev, build, start, deploy, connect-git, check and test — what each runs and what it needs first.
Take a newer version of the SDK
The design system, the API client and the proxy live in your repository as source, so an upgrade is a diff rather than an install. Scaffold the new version beside yours, compare three directories, and finish on npm run check && npm test.
The CLI
Every command and flag of npx @chatfuel/wizard, what each one falls back to when you omit it, and the two things --yes refuses to do.