@zitadel/cli 0.1.0-alpha.10 → 0.1.0-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/SKILLS.md CHANGED
@@ -4,7 +4,7 @@ description: >-
4
4
  Set up and manage Zitadel authentication in a local project with the
5
5
  agent-friendly `zitadel` CLI. Use when the user wants to add login,
6
6
  registration, or session handling, create a Zitadel project, scaffold auth
7
- for a Next.js, React, Vue, Angular, or Nuxt app, or plan and apply Zitadel
7
+ for a Next.js, React, Vue, Angular, Nuxt, Solid, Svelte, or Qwik app, or plan and apply Zitadel
8
8
  config changes from repo state.
9
9
  ---
10
10
 
@@ -64,7 +64,7 @@ layer, not the envelope.
64
64
  and login flow are provisioned server-side at creation, so setup neither
65
65
  scaffolds nor uploads them. Agents must pass `--framework` when scaffolding
66
66
  into a fresh directory; interactive humans can omit it and choose from the
67
- prompt. Flags: `--framework next|react|vue|angular|nuxt`, `--renderer
67
+ prompt. Flags: `--framework next|react|vue|angular|nuxt|solid|svelte|qwik`, `--renderer
68
68
  react|web-component` (selects the Next.js auth-page renderer; accepted for any
69
69
  framework and recorded in `zitadel.json` branding, but only Next varies its
70
70
  generated templates by it), `--dev-port` (dev-server port, also the issuer
@@ -1,5 +1,5 @@
1
1
  import { C as isObject, E as ZitadelError, a as DEFAULT_LOCAL_SERVER_PORT, b as publicCliCommand, c as checkLocalServerHealth, l as defaultLocalServerImageForCliVersion, m as readRuntimeMetadata, p as localServerUrl, s as assertLocalStateWritable, t as BaseCommand } from "../oclif-B7lBzh3R.mjs";
2
- import { i as issuerFromPort, t as createOrca } from "../orca-BoTFU8SI.mjs";
2
+ import { i as issuerFromPort, t as createOrca } from "../orca-mzcHxDvu.mjs";
3
3
  import { a as readZitadelConfig, i as readRendererId, o as readZitadelSecret, r as readDevelopmentIssuer, t as hasZitadelConfig } from "../project-Cd0L3PtM.mjs";
4
4
  import { n as listenersForPort } from "../ports-B09RjuHx.mjs";
5
5
  import { d as assertServerPackageAvailable, o as imageAvailable, r as dockerAvailable } from "../docker-CnGQK3ZK.mjs";
@@ -1,5 +1,5 @@
1
1
  import { E as ZitadelError, t as BaseCommand } from "../oclif-B7lBzh3R.mjs";
2
- import { t as createOrca } from "../orca-BoTFU8SI.mjs";
2
+ import { t as createOrca } from "../orca-mzcHxDvu.mjs";
3
3
  import { a as readZitadelConfig, i as readRendererId } from "../project-Cd0L3PtM.mjs";
4
4
  import { join } from "node:path";
5
5
  import { readFile, rename, rm, stat } from "node:fs/promises";
@@ -1,5 +1,5 @@
1
1
  import { D as toZitadelError, E as ZitadelError, b as publicCliCommand, n as DEFAULT_SERVER, t as BaseCommand } from "../oclif-B7lBzh3R.mjs";
2
- import { i as issuerFromPort, n as inspectScaffoldTarget, r as RENDERER_IDS, t as createOrca } from "../orca-BoTFU8SI.mjs";
2
+ import { i as issuerFromPort, n as inspectScaffoldTarget, r as RENDERER_IDS, t as createOrca } from "../orca-mzcHxDvu.mjs";
3
3
  import { n as hasZitadelSecret, t as hasZitadelConfig } from "../project-Cd0L3PtM.mjs";
4
4
  import { t as listListeningPorts } from "../ports-B09RjuHx.mjs";
5
5
  import { cancel, confirm, intro, isCancel, outro, select, spinner, text } from "@clack/prompts";