Asset collections not auto-generated

UPDATE

I updated the cli from 2.0.5 to 2.0.14 and have confirmed that the collections are generated!

So all resolved :upside_down_face:

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.

Screenshot 2024-08-30 at 7.17.12 PM

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) {}

Great @av !

Let us know if you run into any other issues :slight_smile:

2 Likes