mirror of
https://github.com/appwrite/appwrite
synced 2026-05-18 14:38:35 +00:00
6 lines
185 B
Markdown
6 lines
185 B
Markdown
|
|
appwrite migrations createAppwriteMigration \
|
||
|
|
--resources one two three \
|
||
|
|
--endpoint https://example.com \
|
||
|
|
--projectId <PROJECT_ID> \
|
||
|
|
--apiKey <API_KEY>
|