Skip to content

Commit

Permalink
Merge pull request #22031 from abpframework/auto-merge/rel-9-1/3440
Browse files Browse the repository at this point in the history
Merge branch dev with rel-9.1
  • Loading branch information
maliming authored Jan 27, 2025
2 parents 4a9d9bb + d23fe6d commit 72a547d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/en/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -883,18 +883,13 @@ abp translate -c zh-Hans --online --deepl-auth-key <auth-key>

### login

Some features of the CLI requires to be logged in to ABP Platform. To login with your username write:
Some features of the CLI requires to be logged in to ABP Platform. The login command supports the following usage options:

```bash
abp login <username> # Allows you to enter your password hidden
abp login <username> -p <password> # Specify the password as a parameter (password is visible)
abp login <username> --organization <organization> # If you have multiple organizations, you need set your active organization
abp login <username> -p <password> -o <organization> # You can enter both your password and organization in the same command
abp login <username> --device # Use device login flow
abp login # Opens a default browser to log in to ABP Platform via abp.io
abp login --device # Use device login flow
```

> When using the -p parameter, be careful as your password will be visible. It's useful for CI/CD automation pipelines.
A new login with an already active session overwrites the previous session.

### login-info
Expand Down

0 comments on commit 72a547d

Please sign in to comment.