Skip to content

Commit 518042b

Browse files
authored
Merge pull request #780 from appwrite/fix-cli-missing-description
fix: cli missing description
2 parents 38dce71 + eacb16a commit 518042b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/cli/lib/parser.js.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ const commandDescriptions = {
170170
"logout": `The logout command allows you to logout of your {{ spec.title|caseUcfirst }} account.`,
171171
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
172172
"assistant": `The assistant command allows you to interact with the Appwrite Assistant AI`,
173+
"messaging": `The messaging command allows you to send messages.`,
173174
"migrations": `The migrations command allows you to migrate data between services.`,
174175
"project": `The project command is for overall project administration.`,
175176
"proxy": `The proxy command allows you to configure behavior for your attached domains.`,

0 commit comments

Comments
 (0)