Skip to content

Commit e9eda83

Browse files
build: remove @contentstack/cli-launch from bundled CLI (DX-9742)
Demote launch to an opt-in plugin: drop @contentstack/cli-launch from both the dependencies and the oclif.plugins array in packages/contentstack/package.json, and regenerate pnpm-lock.yaml to clear its dependency subtree. Launch commands are no longer bundled or documented by default; users install them on demand via `csdx plugins:add @contentstack/cli-launch` (@oclif/plugin-plugins is already bundled). oclif.manifest.json is generated at pack time, so it picks up the removal automatically. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a577aa9 commit e9eda83

2 files changed

Lines changed: 397 additions & 1589 deletions

File tree

packages/contentstack/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@contentstack/cli-cm-seed": "~2.0.0-beta.24",
3333
"@contentstack/cli-command": "~2.0.0-beta.10",
3434
"@contentstack/cli-config": "~2.0.0-beta.14",
35-
"@contentstack/cli-launch": "^1.11.1",
3635
"@contentstack/cli-migration": "~2.0.0-beta.16",
3736
"@contentstack/cli-utilities": "~2.0.0-beta.11",
3837
"@contentstack/cli-variants": "~2.0.0-beta.19",
@@ -150,7 +149,6 @@
150149
"@contentstack/cli-cm-branches",
151150
"@contentstack/cli-audit",
152151
"@contentstack/cli-cm-import-setup",
153-
"@contentstack/cli-launch",
154152
"@contentstack/cli-bulk-operations"
155153
],
156154
"hooks": {

0 commit comments

Comments
 (0)