Browse Source

Merge pull request #22528 from abpframework/maliming-patch-cli-password

Update CLI document to add `password` login option.
pull/22551/head
Berkan Sasmaz 1 year ago
committed by GitHub
parent
commit
c32e72d5b3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      docs/en/cli/index.md

1
docs/en/cli/index.md

@ -888,6 +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 user password login
```
A new login with an already active session overwrites the previous session.

Loading…
Cancel
Save