Skip to content

Commit 06baeab

Browse files
committed
docs(cli): describe --renderer accurately in SKILLS.md
--renderer is accepted for any framework and recorded in zitadel.json branding; only the Next patcher varies its generated templates by it. "Next.js only" overstated a restriction that doesn't exist and could mislead agents.
1 parent 97c138b commit 06baeab

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

apps/cli/SKILLS.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ layer, not the envelope.
5252
and login flow are provisioned server-side at creation, so setup neither
5353
scaffolds nor uploads them. Agents must pass `--framework` when scaffolding
5454
into a fresh directory; interactive humans can omit it and choose from the
55-
prompt. Flags: `--framework next|react|vue|angular|nuxt`, `--renderer`
56-
(Next.js only), `--dev-port` (dev-server port, also the issuer origin
57-
registered with Zitadel — use distinct ports to run several scaffolded apps
58-
side by side), `--skip-install`.
55+
prompt. Flags: `--framework next|react|vue|angular|nuxt`, `--renderer
56+
react|web-component` (selects the Next.js auth-page renderer; accepted for any
57+
framework and recorded in `zitadel.json` branding, but only Next varies its
58+
generated templates by it), `--dev-port` (dev-server port, also the issuer
59+
origin registered with Zitadel — use distinct ports to run several scaffolded
60+
apps side by side), `--skip-install`.
5961
- `plan` — validate config and preview the sync diff without mutating anything.
6062
- `apply` — validate and upload repo config to the platform.
6163
- `doctor` — verify generated app files and local state once `zitadel.json`

0 commit comments

Comments
 (0)