Skip to content

Fix TablesDB CLI command namespace in docs#2970

Merged
ChiragAgg5k merged 2 commits intomainfrom
fix-cli-tables-command-docs
May 6, 2026
Merged

Fix TablesDB CLI command namespace in docs#2970
ChiragAgg5k merged 2 commits intomainfrom
fix-cli-tables-command-docs

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

Summary

  • updates the Tables CLI docs to use the current appwrite tables-db command namespace
  • fixes list/get table and create row examples that still used appwrite databases

Verification

  • rg "appwrite databases (list-tables|get-table|create-row)|appwrite databases \\[COMMAND\\]" src/routes/docs/tooling/command-line -g '*.markdoc'
  • git diff --check

@appwrite
Copy link
Copy Markdown

appwrite Bot commented May 6, 2026

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Failed Failed View Logs Preview URL QR Code

Website (appwrite/website)

Project ID: 684969cb000a2f6c0a02

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


Tip

Messaging handles push notifications, emails, and SMS through one unified API

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 6, 2026

Greptile Summary

This PR corrects stale CLI command namespaces in the TablesDB documentation, replacing all remaining appwrite databases references with the correct appwrite tables-db namespace.

  • commands/+page.markdoc: Fixed four code examples (list-tables, get-table, create-row, and the get-row console-flow example) plus added a trailing newline.
  • tables/+page.markdoc: Updated the prose description and the syntax template (appwrite databases [COMMAND]appwrite tables-db [COMMAND]).

Confidence Score: 5/5

Safe to merge — purely documentation fixes with no logic or runtime changes.

All appwrite databases references in the CLI docs have been replaced, including the get-row console example that was missed in an earlier pass. A grep over the entire command-line docs directory confirms no stale references remain.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/docs/tooling/command-line/commands/+page.markdoc Updated four command examples from appwrite databases to appwrite tables-db (list-tables, get-table, create-row, get-row); also added missing trailing newline.
src/routes/docs/tooling/command-line/tables/+page.markdoc Updated description text and syntax example from appwrite databases to appwrite tables-db.

Reviews (2): Last reviewed commit: "Fix remaining TablesDB get-row command" | Re-trigger Greptile

@ChiragAgg5k ChiragAgg5k merged commit 9c9624b into main May 6, 2026
6 of 7 checks passed
@ChiragAgg5k ChiragAgg5k deleted the fix-cli-tables-command-docs branch May 6, 2026 05:48
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