Realm CLI exporting and importing app does not work

Here’s the problem:

I know my Realm CLI has data schema attached to it. I can see it in the UI. However, when I export the app with the realm-cli it has no data_source folder and no schemas. Like the CLI isn’t picking up the schema at all. Similarly, when I import the app, even though I’ll have a folder with the schema defined in it, the CLI will wipe out all the schema I have defined in the app. Luckily I can roll back to a previous deploy easily (nice feature!) but this is pretty annoying and I like using the CLI to set up CI/CD.