We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38dce71 commit d2d062fCopy full SHA for d2d062f
templates/cli/lib/parser.js.twig
@@ -170,6 +170,7 @@ const commandDescriptions = {
170
"logout": `The logout command allows you to logout of your {{ spec.title|caseUcfirst }} account.`,
171
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
172
"assistant": `The assistant command allows you to interact with the Appwrite Assistant AI`,
173
+ "messaging": `The messaging command allows you to send and receive messages.`,
174
"migrations": `The migrations command allows you to migrate data between services.`,
175
"project": `The project command is for overall project administration.`,
176
"proxy": `The proxy command allows you to configure behavior for your attached domains.`,
0 commit comments