Skip to content

Commit e94faef

Browse files
Update migration documentation for and bump package versions to 2.0.0-beta.9
1 parent 5bbb9c1 commit e94faef

4 files changed

Lines changed: 536 additions & 438 deletions

File tree

.talismanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
fileignoreconfig:
33
- filename: package-lock.json
4-
checksum: 24f0daa61f0070243524a33db67a024dd924a024235acc642a24b9abf5e1edb9
4+
checksum: 13b82bf3ada05a792580596fbedb02c988fd556b208a742da1ecb3f2678675b4
55
- filename: pnpm-lock.yaml
6-
checksum: 26e8c51a4797a4a601a168cbe8167e525ade2cab5e4b8fa2400d0896bc253da8
6+
checksum: 24ffee6d868d77669d32ac036c4abc2ab5f4c2d7f45f74c62f38a07e91240c26
77
version: '1.0'

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

0 commit comments

Comments
 (0)