Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,24 @@ csdx config:set:log --no-show-console-logs
[2025-08-22 16:12:25] SUCCESS: Exported stack settings successfully!
```

### 4. 🏷️ Taxonomy Migration Deprecation

**What Changed:**
- Taxonomy migration functionality has been deprecated in 2.x.x
- The taxonomy migration script examples have been removed

**Before (1.x.x):**
```bash
csdx cm:stacks:migration -k b*******9ca0 --file-path "../contentstack-migration/examples/taxonomies/import-taxonomies.js" --config data-dir:'./data/Taxonomy Stack_taxonomies.csv'
```
- Taxonomy migration supports only in version 1.x.x

**After (2.x.x-beta):**
- Taxonomy migration is no longer supported through the migration plugin
- Use the standard import/export commands for taxonomy data migration

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

## Troubleshooting

### Common Issues
Expand Down
2,320 changes: 1,141 additions & 1,179 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/contentstack-migration/docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,4 +474,4 @@ migration.addTask(task)
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 0 | 0 | 0 | 0 |
----------|---------|----------|---------|---------|-------------------
----------|---------|----------|---------|---------|-------------------

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/contentstack-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-migration",
"version": "1.8.2",
"version": "2.0.0-beta",
"author": "@contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-migration/src/modules/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,4 @@ class Field extends Base {
}
}

module.exports = Field;
module.exports = Field;
2 changes: 1 addition & 1 deletion packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@contentstack/cli-command": "~1.6.2",
"@contentstack/cli-config": "~1.15.3",
"@contentstack/cli-launch": "^1.9.2",
"@contentstack/cli-migration": "~1.8.2",
"@contentstack/cli-migration": "~2.0.0-beta",
"@contentstack/cli-utilities": "~1.15.0",
"@contentstack/cli-variants": "~2.0.0-beta.2",
"@contentstack/management": "~1.22.0",
Expand Down
58 changes: 54 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading