Contentful cli export: Only export published content

Hello all.

I use the contentful cli export command, to export content to a json file.

Is there a possibility, only to export published content? I though without the option “–include-drafts” it would do the trick, but I learned, that “changed” content is still exported.

contentful space export --environment-id master --content-only --content-file contentful.json

For changed content the last published version of the content has to be exported.

Does anyone know if there is a solution for my case?

Thx for your help!

@SchraderMa. Did you ever resolve this issue?