We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a910e0 commit 810f0a4Copy full SHA for 810f0a4
src/routes/blog/post/ci-cd-examples-in-appwrite/+page.markdoc
@@ -82,7 +82,7 @@ appwrite push collection --collection-id="collection_id"
82
Previously, the Appwrite CLI supported non-interactive login using API keys for authorization. This was done using the following command:
83
84
```bash
85
-appwrite client --projectId PROJECT_ID --endpoint ENDPOINT_URL --key API_KEY
+appwrite client --endpoint "https://<YOUR-ENDPOINT>/v1" --project-id "<YOUR-PROJECT-ID>" --key "<YOUR-API-KEY>"
86
87
```
88
0 commit comments