Skip to content

Commit

Permalink
fix(blog): fix CLI command param to be kebab case
Browse files Browse the repository at this point in the history
We changed the parameters to be kebab case rather than camel case so the
blog should be updated to reflect that.
  • Loading branch information
stnguyen90 committed Oct 8, 2024
1 parent 6443dc7 commit fc6a94c
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 fc6a94c

Please sign in to comment.