Skip to content

Commit d2d062f

Browse files
committed
fix: cli missing description
1 parent 38dce71 commit d2d062f

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 and receive 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)