Skip to content

Commit 810f0a4

Browse files
committed
blog: fix non-interactive client command flags and placeholders in CI/CD examples article
1 parent 8a910e0 commit 810f0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/blog/post/ci-cd-examples-in-appwrite/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ appwrite push collection --collection-id="collection_id"
8282
Previously, the Appwrite CLI supported non-interactive login using API keys for authorization. This was done using the following command:
8383

8484
```bash
85-
appwrite client --projectId PROJECT_ID --endpoint ENDPOINT_URL --key API_KEY
85+
appwrite client --endpoint "https://<YOUR-ENDPOINT>/v1" --project-id "<YOUR-PROJECT-ID>" --key "<YOUR-API-KEY>"
8686

8787
```
8888

0 commit comments

Comments
 (0)