From cd6cca91b51f67705f7c39bb769c9cdc5af3fe0e Mon Sep 17 00:00:00 2001 From: harshitha-cstk Date: Thu, 23 Jul 2026 12:02:49 +0530 Subject: [PATCH 1/6] docs: mark launch as opt-in plugin in root README (DX-9744) 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 --- packages/contentstack/README.md | 291 +------------------------------- 1 file changed, 7 insertions(+), 284 deletions(-) diff --git a/packages/contentstack/README.md b/packages/contentstack/README.md index d3477ee4d1..9b449ee445 100644 --- a/packages/contentstack/README.md +++ b/packages/contentstack/README.md @@ -76,13 +76,6 @@ USAGE * [`csdx config:set:rate-limit`](#csdx-configsetrate-limit) * [`csdx config:set:region [REGION]`](#csdx-configsetregion-region) * [`csdx help [COMMAND]`](#csdx-help-command) -* [`csdx launch`](#csdx-launch) -* [`csdx launch:deployments`](#csdx-launchdeployments) -* [`csdx launch:environments`](#csdx-launchenvironments) -* [`csdx launch:functions`](#csdx-launchfunctions) -* [`csdx launch:logs`](#csdx-launchlogs) -* [`csdx launch:open`](#csdx-launchopen) -* [`csdx launch:rollback`](#csdx-launchrollback) * [`csdx login`](#csdx-login) * [`csdx logout`](#csdx-logout) * [`csdx plugins`](#csdx-plugins) @@ -1681,283 +1674,13 @@ DESCRIPTION _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.53/src/commands/help.ts)_ -## `csdx launch` - -Launch related operations - -``` -USAGE - $ csdx launch [-d ] [-c ] [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create - React App)|CSR (Client-Side Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other] [--org ] [-n ] [-e - ] [--branch ] [--build-command ] [--out-dir ] [--server-command ] - [--variable-type Import variables from a stack|Manually add custom variables to the list|Import variables from the - .env.local file|Skip adding environment variables...] [-a ] [--env-variables ] [--redeploy-latest] - [--redeploy-last-upload] [--response-mode buffered|streaming] - -FLAGS - -a, --alias= [optional] Alias (name) for the delivery token. - -c, --config= Path to the local '.cs-launch.json' file - -d, --data-dir= Current working directory - -e, --environment= [optional] Environment name for the Launch project. - -n, --name= [optional] Name of the project. - --branch= [optional] GitHub branch name. - --build-command= [optional] Build Command. - --env-variables= [optional] Provide the environment variables in the key:value format, separated by - comma. For example: APP_ENV:prod, TEST_ENV:testVal. - --framework=