datocms / cli

Official CLI to interact with DatoCMS projects!
MIT License
7 stars 7 forks source link

Allow creation of projects #16

Closed souljuse closed 1 year ago

souljuse commented 1 year ago

Allow the creation of projects from the command line

Related to https://github.com/datocms/js-datocms-client/issues/81

stefanoverna commented 1 year ago

@souljuse I think it would be better to obtain the account API token via OAuth, instead of asking email/password. The problem is, DatoCMS OAuth currently only allow operations on the account side, not on the Organization side.

We need to think about this carefully.