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

6 lines
185 B
Markdown
Raw Normal View History

appwrite migrations createAppwriteMigration \
--resources one two three \
--endpoint https://example.com \
--projectId <PROJECT_ID> \
--apiKey <API_KEY>