This document guides you through the process of migrating content from one Contentstack stack to another manually.
To migrate all content from one stack to another quickly, follow the steps below:
csdx cm:stacks:export -k <source_stack_api_key> -d ./export --branch maincsdx cm:stacks:audit -d ./export/mainNote: The audit process runs automatically during import to validate and fix any issues.
csdx cm:stacks:import -k <target_stack_api_key> -d ./export/main