Skip to content

Commit 2a578e2

Browse files
committed
Merge branch 'v2-beta-dev' into fix/DX-4440
2 parents 3e945c4 + 32c1cfc commit 2a578e2

3 files changed

Lines changed: 38 additions & 2 deletions

File tree

MIGRATION.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,42 @@ csdx cm:stacks:migration -k b*******9ca0 --file-path "../contentstack-migration/
130130

131131
**Migration Action:** use the import/export commands instead.
132132

133+
### 5. 📝 Migrate RTE Plugin Separation
134+
135+
**What Changed:**
136+
- The migrate-rte plugin has been separated into a standalone plugin
137+
- Requires separate installation to use RTE migration features
138+
- Provides more flexibility and modular architecture
139+
140+
**Before (1.x.x):**
141+
- RTE migration was built into the core CLI package
142+
- Available by default with CLI installation
143+
144+
**After (2.x.x-beta):**
145+
- RTE migration is a separate plugin that must be installed explicitly
146+
- Install using one of the following methods:
147+
148+
**Installation Methods:**
149+
150+
151+
**Option 1: Using npm**
152+
```bash
153+
npm install -g @contentstack/cli-cm-migrate-rte
154+
```
155+
156+
**Option 2: Using CLI Plugin Manager**
157+
```bash
158+
csdx plugins:install @contentstack/cli-cm-migrate-rte@2.0.0-beta
159+
```
160+
161+
**Usage:**
162+
After installation, RTE migration commands will be available through the CLI:
163+
```bash
164+
csdx cm:migrate-rte --help
165+
```
166+
167+
**Migration Action:** Install the `@contentstack/cli-cm-migrate-rte` plugin separately if you need RTE migration functionality.
168+
133169
## Troubleshooting
134170

135171
### Common Issues

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "2.0.0-beta.8",
4+
"version": "2.0.0-beta.9",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"

0 commit comments

Comments
 (0)