Skip to content

docs: CLI command example from 'projects' to 'project' - #3184

Open
mountainash wants to merge 2 commits into
appwrite:mainfrom
mountainash:patch-2
Open

docs: CLI command example from 'projects' to 'project'#3184
mountainash wants to merge 2 commits into
appwrite:mainfrom
mountainash:patch-2

Conversation

@mountainash

Copy link
Copy Markdown

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 error

✗ Error: unknown command "projects" for "appwrite"
                                         
Did you mean this?                       
    project                              

This PR removes the s

Copilot AI lite review requested due to automatic review settings August 18, 2026 22:08
@appwrite

appwrite Bot commented Aug 18, 2026

Copy link
Copy Markdown

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Queued Queued Authorize Preview URL QR Code

Website (appwrite/website)

Project ID: 684969cb000a2f6c0a02

Sites (1)
Site Status Logs Preview QR
 website
68496a17000f03d62013
Queued Queued Authorize Preview URL QR Code


Tip

Function scopes give you fine-grained control over API permissions

@greptile-apps

greptile-apps Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Corrects the documented Appwrite CLI command so users can successfully retrieve project information.

  • Changes the subcommand from the invalid plural projects to the supported singular project.

Confidence Score: 5/5

The 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

Filename Overview
src/routes/docs/tooling/command-line/installation/+page.markdoc Correctly updates the initialization example from appwrite projects get to appwrite project get; no issues found.

Reviews (1): Last reviewed commit: "Update CLI command from 'projects' to 'p..." | Re-trigger Greptile

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 get to appwrite project get.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants