I’ve set up my project credentials (endpoint, project ID) and generated an API key. I’m currently focusing on creating only the database and collections (tables) using the CLI , without using the dashboard.
I’ve attempted to create the database and collections via script, but it’s not working as expected.
Could you please clarify: The correct steps or order for creating a database and collections via CLI or Management API Any required parameters or permissions I might be missing
If there are any working examples, scripts,or documentation links, that would be extremely helpful.
<@257295349314486273>
cc <@501784879638249472>
<@873079788720496641> can you please share what script you used?
<@501784879638249472> I don’t have the script right now since I deleted it while experimenting. If you have any scripts, examples or docs on creating a database and table (collection) via the CLI, that would be really helpful.
https://appwrite.io/docs/tooling/command-line/commands
this should help
Recommended threads
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...