You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/cli/lib/parser.js.twig
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,8 @@ const commandDescriptions = {
205
205
"account": `The account command allows you to authenticate and manage a user account.`,
206
206
"graphql": `The graphql command allows you to query and mutate any resource type on your Appwrite server.`,
207
207
"avatars": `The avatars command aims to help you complete everyday tasks related to your app image, icons, and avatars.`,
208
-
"databases": `The databases command allows you to create structured collections of documents and query and filter lists of documents.`,
208
+
"databases": `(Legacy) The databases command allows you to create structured collections of documents and query and filter lists of documents.`,
209
+
'tables-db': `The tables-db command allows you to create structured tables of columns and query and filter lists of rows.`,
209
210
"init": `The init command provides a convenient wrapper for creating and initializing projects, functions, collections, buckets, teams, and messaging-topics in {{ spec.title|caseUcfirst }}.`,
210
211
"push": `The push command provides a convenient wrapper for pushing your functions, collections, buckets, teams, and messaging-topics.`,
211
212
"run": `The run command allows you to run the project locally to allow easy development and quick debugging.`,
@@ -218,6 +219,8 @@ const commandDescriptions = {
218
219
"teams": `The teams command allows you to group users of your project to enable them to share read and write access to your project resources.`,
219
220
"update": `The update command allows you to update the {{ spec.title|caseUcfirst }} CLI to the latest version.`,
220
221
"users": `The users command allows you to manage your project users.`,
222
+
"projects": `The projects command allows you to manage your projects, add platforms, manage API keys, Dev Keys etc.`,
223
+
"project": `The project command allows you to manage project related resources like usage, variables, etc.`,
221
224
"client": `The client command allows you to configure your CLI`,
222
225
"login": `The login command allows you to authenticate and manage a user account.`,
223
226
"logout": `The logout command allows you to log out of your {{ spec.title|caseUcfirst }} account.`,
0 commit comments