docs: mark launch as opt-in plugin in root README (DX-9744)#2651
Merged
harshitha-cstk merged 1 commit intoJul 23, 2026
Merged
Conversation
Remove the inline launch command sections and TOC entries from the bundled CLI README and replace them with a note explaining that launch is provided by the opt-in @contentstack/cli-launch plugin (not bundled), including the install command and a link to the plugin's GitHub README. Scoped narrowly to the launch block per the DX-9744 decision; other opt-in-plugin docs are deferred. 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
a577aa9
into
enh/dx-9742-demote-launch-plugin
8 checks passed
This was referenced Jul 23, 2026
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
Removes the inline
launchcommand sections and TOC entries from the bundled CLI root README (packages/contentstack/README.md) and replaces them with a short note explaining thatlaunchis provided by the opt-in@contentstack/cli-launchplugin — not bundled — including the install command and a link to the plugin's GitHub README.Why
Part of demoting launch to an opt-in plugin (DX-9742). Scoped narrowly to the launch block only per the DX-9744 decision (TRD recommendation, to keep GA blast radius small). Other opt-in-plugin doc cleanups are intentionally deferred.
Notes
<!-- commands -->markers, so a futureoclif readmerun will regenerate it and drop the note as long as@contentstack/cli-launchremains a dependency + oclif plugin inpackage.json. The durable fix (removing launch frompackage.json) is tracked under the parent demotion work (DX-9742).Ticket: https://contentstack.atlassian.net/browse/DX-9744
🤖 Generated with Claude Code