atomicdata-dev / atomic-server

An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
https://atomicserver.eu
MIT License
992 stars 46 forks source link

Reimplement cli `new` command to work with commits. #49

Closed joepio closed 3 years ago

joepio commented 3 years ago

The new subcommand was removed when the cli was changed to a client-only tool. It needs to be reimplemented and made visible again.

joepio commented 3 years ago

Since this function extensively uses the Resource struct, it makes sense to first make that properly work with Commits.

https://github.com/joepio/atomic/issues/24

joepio commented 3 years ago

Done!