Berkan Sasmaz
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/cli/index.md
|
|
|
@ -888,7 +888,7 @@ Some features of the CLI requires to be logged in to ABP Platform. The login com |
|
|
|
```bash |
|
|
|
abp login # Opens a default browser to log in to ABP Platform via abp.io |
|
|
|
abp login --device # Use device login flow |
|
|
|
abp login username -p ****** --password # Use userp password login |
|
|
|
abp login username -p ****** --password # Use user password login |
|
|
|
``` |
|
|
|
|
|
|
|
A new login with an already active session overwrites the previous session. |
|
|
|
|