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
"account": `The account command allows you to authenticate and manage a user account.`,
204
204
"graphql": `The graphql command allows you to query and mutate any resource type on your Appwrite server.`,
205
205
"avatars": `The avatars command aims to help you complete everyday tasks related to your app image, icons, and avatars.`,
206
-
"databases": `The databases command allows you to create structured collections of documents, query and filter lists of documents.`,
207
-
"init": `The init command provides a convenient wrapper for creating and initializing project, functions, collections, buckets, teams and messaging in Appwrite.`,
208
-
"push": `The push command provides a convenient wrapper for pushing your functions, collections, buckets, teams and messaging.`,
209
-
"run": `The run command allows you to run project locally to allow easy development and quick debugging.`,
210
-
"functions": `The functions command allows you view, create and manage your Cloud Functions.`,
206
+
"databases": `The databases command allows you to create structured collections of documents and query and filter lists of documents.`,
207
+
"init": `The init command provides a convenient wrapper for creating and initializing projects, functions, collections, buckets, teams, and messaging-topics in {{ spec.title|caseUcfirst }}.`,
208
+
"push": `The push command provides a convenient wrapper for pushing your functions, collections, buckets, teams, and messaging-topics.`,
209
+
"run": `The run command allows you to run the project locally to allow easy development and quick debugging.`,
210
+
"functions": `The functions command allows you to view, create, and manage your Cloud Functions.`,
211
211
"health": `The health command allows you to both validate and monitor your {{ spec.title|caseUcfirst }} server's health.`,
212
-
"pull": `The pull command helps you pull your {{ spec.title|caseUcfirst }} project, functions, collections, buckets, teams and messaging`,
212
+
"pull": `The pull command helps you pull your {{ spec.title|caseUcfirst }} project, functions, collections, buckets, teams, and messaging-topics`,
213
213
"locale": `The locale command allows you to customize your app based on your users' location.`,
214
-
"projects": `The projects command allows you to view, create and manage your {{ spec.title|caseUcfirst }} projects.`,
215
214
"storage": `The storage command allows you to manage your project files.`,
216
-
"teams": `The teams command allows you to group users of your project and to enable them to share read and write access to your project resources`,
215
+
"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.`,
217
216
"users": `The users command allows you to manage your project users.`,
218
217
"client": `The client command allows you to configure your CLI`,
219
218
"login": `The login command allows you to authenticate and manage a user account.`,
220
-
"logout": `The logout command allows you to logout of your {{ spec.title|caseUcfirst }} account.`,
221
-
"whoami": `The whoami command gives information about the currently signed in user.`,
219
+
"logout": `The logout command allows you to log out of your {{ spec.title|caseUcfirst }} account.`,
220
+
"whoami": `The whomai command gives information about the currently logged-in user.`,
222
221
"register": `Outputs the link to create an {{ spec.title|caseUcfirst }} account.`,
223
-
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
222
+
"console" : `The console command gives you access to the APIs used by the Appwrite Console.`,
224
223
"assistant": `The assistant command allows you to interact with the Appwrite Assistant AI`,
225
-
"messaging": `The messaging command allows you to send messages.`,
224
+
"messaging": `The messaging command allows you to manage topics and targets and send messages.`,
226
225
"migrations": `The migrations command allows you to migrate data between services.`,
227
-
"project": `The project command is for overall project administration.`,
228
-
"proxy": `The proxy command allows you to configure behavior for your attached domains.`,
229
226
"vcs": `The vcs command allows you to interact with VCS providers and manage your code repositories.`,
0 commit comments