Question to Squidex CLI

Hi Sebastian

When we run the CLI, we use no-deletion flag, but it seems like it still delete unless we add

"noFieldDeletion": true,
"noFieldRecreation": true,

to the schema, if we remove those two or set them to false then it still delete, is this as intended?

Yes, I think this is true. The no-deletion flag is only applied on a per entity base at the moment.

I have changed this in the 6.2