A
Appwrite CLI
Details
- Command
-
appwrite - Docs
- https://appwrite.io/docs/tooling/command-line/installation
Authentication
Appwrite Console account session oauth2 discovered
$ appwrite login Acquired by the CLI — running appwrite login opens the auth flow and stores the credential.
$ appwrite client --endpoint https://<REGION>.cloud.appwrite.io/v1 --project-id <PROJECT_ID> --key <YOUR_API_KEY> In the Appwrite Console, open your project and go to Overview → Integration → API keys, then click Create API key. Grant only the scopes your integration needs. The docs describe API keys as the credential used by Server SDKs and the Appwrite CLI, and show them sent in the X-Appwrite-Key header for HTTP or configured with appwrite client --key for the CLI.