Browse Source

Update CLI document

pull/14318/head
liangshiwei 4 years ago
parent
commit
1cee2b5b17
  1. 1
      docs/en/CLI.md
  2. 1
      docs/zh-Hans/CLI.md

1
docs/en/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.

1
docs/zh-Hans/CLI.md

@ -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自动化管道很有用.

Loading…
Cancel
Save