The @contentstack/apps-cli plugin (contentstack-apps-cli) has moved from the standalone repository contentstack/contentstack-apps-cli into the contentstack/cli-plugins monorepo at packages/contentstack-apps-cli.
The npm package name is unchanged: @contentstack/apps-cli. Install and command usage stay the same.
| Before | After |
|---|---|
Source: github.com/contentstack/contentstack-apps-cli |
Source: github.com/contentstack/cli-plugins → packages/contentstack-apps-cli |
| Issues: contentstack-apps-cli repo | Issues: cli-plugins issues (label or mention apps-cli / @contentstack/apps-cli) |
The standalone contentstack-apps-cli repository is archived after the first release from cli-plugins. Open PRs and bugs should be recreated or linked in cli-plugins.
| CLI line | cli-plugins branch | Apps plugin notes |
|---|---|---|
| 1.x | v1-dev / v1-beta |
@contentstack/cli-command and @contentstack/cli-utilities on 1.x-compatible ranges |
| 2.x beta | v2-dev / v2-beta |
Align with 2.x beta core packages (same pattern as export, import, bootstrap) |
Develop and release each line on its branch; do not mix 1.x and 2.x dependency pins in the same branch.
csdx plugins:install @contentstack/apps-cli
# or
npm install -g @contentstack/apps-cliClone cli-dev-workspace (or cli-plugins only), then:
cd cli-plugins
pnpm install
pnpm --filter @contentstack/apps-cli run build
pnpm --filter @contentstack/apps-cli testSee AGENTS.md, skills/contentstack-cli/SKILL.md, and skills/framework/SKILL.md for contributor docs.
- Core CLI: cli monorepo
- Other external plugins (bulk operations, migrate-rte): same cli-plugins consolidation effort