Skip to content

Commit

Permalink
Merge pull request #644 from appwrite/fix-cli
Browse files Browse the repository at this point in the history
Fix cli
  • Loading branch information
christyjacob4 authored Apr 12, 2023
2 parents ba1d7af + 8f0688f commit cdec289
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
51 changes: 26 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions templates/cli/lib/parser.js.twig
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ const commandDescriptions = {
"client": `The client command allows you to configure your CLI`,
"login": `The login command allows you to authenticate and manage a user account.`,
"logout": `The logout command allows you to logout of your {{ spec.title|caseUcfirst }} account.`,
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
"main": chalk.redBright(`${logo}${description}`),
{% if sdk.test == "true" %}
{% for service in spec.services %}
Expand Down

0 comments on commit cdec289

Please sign in to comment.