UPDATE
I updated the cli from 2.0.5
to 2.0.14
and have confirmed that the collections are generated!
So all resolved
Describe the issue:
I created a migration in DatoCMS, but the collection did not get auto-generated as expected. I followed the standard procedure, and everything seemed correct during the migration process. However, after running the migration, the collection was not present in the Content section.
I then created a new fork, and only made the new collection - I experienced the same outcome: no auto generation. My scripts are below.
CLI:
$
pnpm datocms migrations:new meme-icon --autogenerate=main-2-copy-2024-08-30:main-2
Migration script:
import { Client, SimpleSchemaTypes } from "@datocms/cli/lib/cma-client-node";
export default async function (client: Client) {}