Incomplete internal tool for migrating metaobjects and their definitions.
Still in development, currently unable to handle metaobjects that are referencing fields that don't exist in target store.
An in-depth paragraph about your project and overview of use.
- Install dependencies on local environment
npm install
- Ensure node version is a tleast 20
node -v
nvm use v20
select action by chooing a index file - save a store's metaobjects and their definitions : index-READ-DEFINITIONS.js - write saved metaobject definitions to a store : index-WRITE-DEFINITIONS.js - write saved metaobject to a store : index-WRITE-METAOBJECTS.js
run the following command in terminal
node index.js
Any advise for common problems or issues.
command to run if program contains helper info
- features to be added or desired
- 0.1
- store metaobject definitions from one store and add to the other
- can copy over metaobjects that don't have references
This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details
Inspiration, code snippets, etc.