|
7 | 7 | | Field | Detail | |
8 | 8 | | --- | --- | |
9 | 9 | | **Name:** | Contentstack CLI plugins (pnpm monorepo; root package name `csdx`) | |
10 | | -| **Purpose:** | OCLIF plugins that extend the Contentstack CLI (import/export, clone, migration, seed, audit, variants, etc.). | |
| 10 | +| **Purpose:** | OCLIF plugins that extend the Contentstack CLI (import/export, clone, migration, seed, audit, variants, Developer Hub apps, etc.). | |
11 | 11 | | **Out of scope (if any):** | The **core** CLI aggregation lives in the separate `cli` monorepo; this repo ships plugin packages only. | |
12 | 12 |
|
13 | 13 | ## Tech stack (at a glance) |
@@ -39,6 +39,16 @@ CI: [.github/workflows/unit-test.yml](.github/workflows/unit-test.yml) and other |
39 | 39 | | Framework | [skills/framework/SKILL.md](skills/framework/SKILL.md) | Utilities, config, logging, errors | |
40 | 40 | | Testing | [skills/testing/SKILL.md](skills/testing/SKILL.md) | Mocha/Chai, coverage, mocks | |
41 | 41 | | Code review | [skills/code-review/SKILL.md](skills/code-review/SKILL.md) | PR review for this monorepo | |
| 42 | +| Contentstack Apps (Developer Hub) | [skills/contentstack-apps/SKILL.md](skills/contentstack-apps/SKILL.md) | Manifests, GraphQL, HTTP for `packages/contentstack-apps-cli` | |
| 43 | +| Apps CLI framework | [skills/apps-cli-framework/SKILL.md](skills/apps-cli-framework/SKILL.md) | `BaseCommand`, `AppCLIBaseCommand`, oclif flags for apps plugin | |
| 44 | +| Apps CLI TypeScript | [skills/apps-cli-typescript/SKILL.md](skills/apps-cli-typescript/SKILL.md) | TS/ESLint conventions for apps plugin | |
| 45 | + |
| 46 | +## Apps CLI plugin (`@contentstack/apps-cli`) |
| 47 | + |
| 48 | +- **Package path:** [packages/contentstack-apps-cli](packages/contentstack-apps-cli) |
| 49 | +- **npm name:** `@contentstack/apps-cli` (unchanged for consumers) |
| 50 | +- **Migrated from:** [contentstack/contentstack-apps-cli](https://github.com/contentstack/contentstack-apps-cli) — see [APPS-CLI-MIGRATION.md](APPS-CLI-MIGRATION.md) |
| 51 | +- **v1 / v2:** Maintain on `v1-dev` (1.x CLI deps) and `v2-dev` / `v2-beta` (2.x beta deps) branches; align `@contentstack/cli-command` and `@contentstack/cli-utilities` versions with the target CLI line. |
42 | 52 |
|
43 | 53 | ## Using Cursor (optional) |
44 | 54 |
|
|
0 commit comments