Skip to content

Fix scoop uninstall command in the CLI docs#2917

Open
adityaoberai wants to merge 1 commit intomainfrom
fix-scoop-uninstall-command
Open

Fix scoop uninstall command in the CLI docs#2917
adityaoberai wants to merge 1 commit intomainfrom
fix-scoop-uninstall-command

Conversation

@adityaoberai
Copy link
Copy Markdown
Contributor

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 27, 2026

Greptile Summary

This PR fixes the Scoop uninstall command in the CLI installation docs. Since the Appwrite CLI is installed via Scoop using the appwrite.config.json manifest (i.e. scoop install https://.../appwrite.config.json), Scoop tracks it under the name appwrite.config — so scoop uninstall appwrite would silently fail, while scoop uninstall appwrite.config is correct. A missing trailing newline is also added.

Confidence Score: 5/5

Safe to merge — single-file documentation fix with a verified correct change.

The only change is correcting a broken Scoop uninstall command in the docs. The fix is confirmed correct by the install command in the same file, which uses appwrite.config.json as the manifest, meaning Scoop registers the package as appwrite.config. No code or logic is affected.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/docs/tooling/command-line/installation/+page.markdoc Corrects the Scoop uninstall command from appwrite to appwrite.config (matching the install manifest filename), and adds a missing trailing newline.

Reviews (1): Last reviewed commit: "Fix scoop uninstall command in the CLI d..." | Re-trigger Greptile

Copy link
Copy Markdown
Member

@atharvadeosthale atharvadeosthale left a comment

Choose a reason for hiding this comment

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

Approved to unblock, I cannot test this.

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