Browse Source
Merge pull request #14318 from abpframework/liangshiwei/cli
Update CLI document
pull/14330/head
maliming
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
docs/en/CLI.md
-
docs/zh-Hans/CLI.md
|
|
|
@ -505,6 +505,7 @@ abp login <username> # Allows you to enter your |
|
|
|
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 |
|
|
|
``` |
|
|
|
|
|
|
|
> When using the -p parameter, be careful as your password will be visible. It's useful for CI/CD automation pipelines. |
|
|
|
|
|
|
|
@ -409,6 +409,7 @@ abp login <username> # Allows you to enter your |
|
|
|
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 |
|
|
|
``` |
|
|
|
|
|
|
|
> 当使用-p参数,请注意,因为你的密码是可见的. 它对于CI / CD自动化管道很有用. |
|
|
|
|