Skip to content

Commit 55f8d82

Browse files
Merge pull request #642 from appwrite/fix-cli
fix: add missing command description to the CLI
2 parents 7aa2d90 + 8f0688f commit 55f8d82

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
@@ -164,6 +164,7 @@ const commandDescriptions = {
164164
"client": `The client command allows you to configure your CLI`,
165165
"login": `The login command allows you to authenticate and manage a user account.`,
166166
"logout": `The logout command allows you to logout of your {{ spec.title|caseUcfirst }} account.`,
167+
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
167168
"main": chalk.redBright(`${logo}${description}`),
168169
{% if sdk.test == "true" %}
169170
{% for service in spec.services %}

0 commit comments

Comments
 (0)