I’m working on several spaces at the same time, and would like to “transfer” some contents from one space to another.
How is it possible ?
I’ve looked into the Contentful CLI but I’m a complete beginner - never used Git at all - so I have not understood the tutorials.
Thanks in advance
After that you will need to authenticate your CLI so that it will operate on your space: https://www.contentful.com/developers/docs/tutorials/cli/authentication/
Be aware that if you have more than one space, you might need to login into space A, export the data, logout, then login into space B and import the data (or use the --management-token and --space-id parameters into the CLI).