docs: CLI command example from 'projects' to 'project' - #3184
docs: CLI command example from 'projects' to 'project'#3184mountainash wants to merge 2 commits into
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Function scopes give you fine-grained control over API permissions |
Greptile SummaryCorrects the documented Appwrite CLI command so users can successfully retrieve project information.
Confidence Score: 5/5The PR appears safe to merge. The change is limited to correcting an invalid CLI subcommand in a documentation example and introduces no blocking or non-blocking issues. Important Files Changed
Reviews (1): Last reviewed commit: "Update CLI command from 'projects' to 'p..." | Re-trigger Greptile |
There was a problem hiding this comment.
Pull request overview
This PR fixes a typo in the Appwrite CLI installation documentation by updating an example command to use the correct project subcommand instead of the invalid projects.
Changes:
- Update the initialization section’s CLI example from
appwrite projects gettoappwrite project get.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

What does this PR do?
The Shell command at https://appwrite.io/docs/tooling/command-line/installation#initialization has a typo on "projects". The CLI param is "project"
Running
appwrite projects get --project-id "<PROJECT_ID>"in appwrite version 27.1.0 will give the errorThis PR removes the
s