Skip to content

Commit 117ceee

Browse files
Merge pull request #707 from appwrite/fix-cli-configure-help
Fix CLI missing command descriptions
2 parents d6f5fe4 + 5e46bd4 commit 117ceee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/cli/lib/parser.js.twig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ const commandDescriptions = {
169169
"login": `The login command allows you to authenticate and manage a user account.`,
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.`,
172+
"assistant": `The assistant command allows you to interact with the Appwrite Assistant AI`,
173+
"migrations": `The migrations command allows you to migrate data between services.`,
174+
"project": `The project command is for overall project administration.`,
175+
"proxy": `The proxy command allows you to configure behavior for your attached domains.`,
176+
"vcs": `The vcs command allows you to interact with VCS providers and manage your code repositories.`,
172177
"main": chalk.redBright(`${logo}${description}`),
173178
{% if sdk.test == "true" %}
174179
{% for service in spec.services %}

0 commit comments

Comments
 (0)