appwrite/docs/examples/1.5.x/console-cli/examples/migrations/create-appwrite-migration.md

6 lines
185 B
Markdown
Raw Normal View History

2024-02-05 12:40:51 +00:00
appwrite migrations createAppwriteMigration \
--resources one two three \
--endpoint https://example.com \
2024-02-24 11:34:42 +00:00
--projectId <PROJECT_ID> \
--apiKey <API_KEY>