Skip to content

Commit 71369fc

Browse files
authored
Merge pull request #1195 from appwrite/update-cli-descriptions
chore: add missing descriptions in cli
2 parents d3b420d + 1e01168 commit 71369fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/cli/lib/parser.js.twig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ const commandDescriptions = {
205205
"account": `The account command allows you to authenticate and manage a user account.`,
206206
"graphql": `The graphql command allows you to query and mutate any resource type on your Appwrite server.`,
207207
"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.`,
209210
"init": `The init command provides a convenient wrapper for creating and initializing projects, functions, collections, buckets, teams, and messaging-topics in {{ spec.title|caseUcfirst }}.`,
210211
"push": `The push command provides a convenient wrapper for pushing your functions, collections, buckets, teams, and messaging-topics.`,
211212
"run": `The run command allows you to run the project locally to allow easy development and quick debugging.`,
@@ -218,6 +219,8 @@ const commandDescriptions = {
218219
"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.`,
219220
"update": `The update command allows you to update the {{ spec.title|caseUcfirst }} CLI to the latest version.`,
220221
"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.`,
221224
"client": `The client command allows you to configure your CLI`,
222225
"login": `The login command allows you to authenticate and manage a user account.`,
223226
"logout": `The logout command allows you to log out of your {{ spec.title|caseUcfirst }} account.`,

0 commit comments

Comments
 (0)