Skip to content

Commit cdec289

Browse files
Merge pull request #644 from appwrite/fix-cli
Fix cli
2 parents ba1d7af + 8f0688f commit cdec289

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

composer.lock

Lines changed: 26 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cli/lib/parser.js.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ const commandDescriptions = {
168168
"client": `The client command allows you to configure your CLI`,
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.`,
171+
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
171172
"main": chalk.redBright(`${logo}${description}`),
172173
{% if sdk.test == "true" %}
173174
{% for service in spec.services %}

0 commit comments

Comments
 (0)