Integrate CMA in CI/CD

Hi everyone,
What is your preferred way to integrate contentful content type / UI Extension management in a continuous integration process like using gitlab. Should I use the contentful CLI or a management api cline like curl?

Thanks in advance
Matthias

Hi @Matthias,

We have tutorials and examples that comprehensively go through our suggested approach to integrate our APIs in a continuous delivery pipelines, which is a right implementation of Contentful CLI:

https://www.contentful.com/developers/docs/concepts/deployment-pipeline/

There’s a also a reference for integration with CircleCI, in case it might be a possibility for your use case.

Hi Gabriel,
thank you for the quick reply, so I will have a look at the example and the Contentful CLI for our CI/CD process.