docs: document launch opt-in requirement in 2.x migration guide (DX-9748)#2654
Merged
harshitha-cstk merged 1 commit intoJul 23, 2026
Conversation
…748) Add a migration section and troubleshooting entry to MIGRATION.md covering that launch:* commands are no longer bundled in 2.x GA and require installing @contentstack/cli-launch explicitly. Calls out that this is a change relative to the 2.x beta too (launch was bundled throughout 1.x and the beta), so running launch:* without the plugin now fails with "command not found". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
cs-raj
approved these changes
Jul 23, 2026
harshitha-cstk
merged commit Jul 23, 2026
c944a03
into
enh/dx-9742-demote-launch-plugin
8 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds 2.x release/upgrade notes for the launch opt-in change to
MIGRATION.md:launch:*commands are no longer bundled; users must install@contentstack/cli-launchexplicitly. Includes Before/After, install methods, affected commands, and a Migration Action, mirroring the existing migrate-rte section.launch:*command not found" — the exact symptom + fix.Why (DX-9748)
Once 2.x is GA, any user running a
launch:*command without first installing the plugin gets acommand not founderror where it previously worked out of the box. This must be called out explicitly ahead of GA.Critically, the notes make clear this is a change relative to the 2.x beta, not just 1.x:
@contentstack/cli-launchwas bundled throughout 1.x and the entire 2.x beta, so beta users are affected on upgrade too.Related
Documents the behavior change introduced by the launch demotion under DX-9742 (README demotion PR #2651, package.json/lockfile removal PR #2652).
Ticket: https://contentstack.atlassian.net/browse/DX-9748
🤖 Generated with Claude Code