Hey,
First, thanks for the great work. Really useful utility.
I was looking at a directus type generation util the other day and I thought it would be great to switch this tool to use cli hook as well instead of an external http client.
It will have multiple benefits over current approach:
- run before starting directus
- no need to define access creds
- uses directus configs/env
- easier to install and integration
- access directus collections that are not supported by directus client v1 (like flows and settings)
Cheers!
Hey,
First, thanks for the great work. Really useful utility.
I was looking at a directus type generation util the other day and I thought it would be great to switch this tool to use cli hook as well instead of an external http client.
It will have multiple benefits over current approach:
Cheers!