Skip to content

Commit

Permalink
Merge pull request #1414 from appwrite/fix-CLI-blog
Browse files Browse the repository at this point in the history
Fix CLI command param to be kebab case
  • Loading branch information
stnguyen90 authored Oct 8, 2024
2 parents 6443dc7 + fc6a94c commit f8fc0a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ You can add the `--force` flag to any command that may ask you questions, such a
Till this generation, Appwrite CLI supported non-interactive login for API-key-based authorization only, as follows:

```bash
appwrite client --projectId PROJECT_ID --key APY_KEY
appwrite client --project-id PROJECT_ID --key APY_KEY
```

In this version, we've added a headless login, which allows users to log in and execute commands from the user level.
Expand Down

0 comments on commit f8fc0a8

Please sign in to comment.