You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TanStack CLI sends anonymous usage telemetry by default.
90
90
91
-
- Sent: command usage, durations, selected framework/bundler/package manager/add-on ids, and coarse result metadata
91
+
- Sent: command usage, durations, selected framework/build tool/package manager/add-on ids, and coarse result metadata
92
92
- Never sent: project names, file paths, target directories, raw search queries, raw template URLs/paths, add-on config values, env vars, or raw error messages
93
93
- Disabled automatically in `CI`, or when `DO_NOT_TRACK=1` or `TANSTACK_CLI_TELEMETRY_DISABLED=1`
|`--blank`| yes | yes | Omits starter UI, examples, Tailwind, devtools, and test tooling unless an explicit integration requires them. Cannot be combined with a template, `--examples`, or `--tailwind`. |
17
17
|`--tailwind` / `--no-tailwind`| deprecated/ignored | deprecated/ignored | Standard scaffolds enable Tailwind; use `--blank` for the supported minimal preset. |
18
18
19
-
With `--bundler rsbuild`, only toolchain catalog entries are compatible.
19
+
With `--build-tool rsbuild`, only toolchain catalog entries are compatible.
20
20
Templates, deployments, and business/example add-ons are rejected. Built-in
21
21
demo pages controlled by `--examples` remain available.
22
22
23
23
Source: `packages/cli/src/command-line.ts:337`
24
24
25
25
## Recommended command construction order
26
26
27
-
1. Choose framework and bundler.
27
+
1. Choose framework and build tool.
28
28
2. Choose mode (`--router-only` or full scaffold).
29
29
3. If using Vite full scaffold, resolve add-ons, template, and deployment.
30
30
4. Add the toolchain and use `-y` only after flags are final.
0 commit comments