Skip to content

Commit 4b79c0d

Browse files
committed
Merge branch 'v2-beta-dev' into fix/DX-4440
2 parents ddbbf42 + 9812606 commit 4b79c0d

2 files changed

Lines changed: 37 additions & 1 deletion

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.

0 commit comments

Comments
 (0)