Browse Source

Update CLI.md

pull/18632/head
maliming 2 years ago
committed by GitHub
parent
commit
1b8deef2ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      docs/en/CLI.md

9
docs/en/CLI.md

@ -527,6 +527,15 @@ Then review changes on your source control system to be sure that it has changed
* `--file` or `-f`: Default: `abp-translation.json`. The translation file (use only if you've used the `--output` option before).
#### Online DeepL translate
The translation command also supports online translation. You need to provide your DeepL [Authentication Key](https://support.deepl.com/hc/en-us/articles/360020695820-Authentication-Key).
````bash
abp translate -c zh-Hans --online --deepl-auth-key <auth-key>");
abp translate -c zh-Hans -r tr --online --deepl-auth-key <auth-key>");
````bash
### login
Some features of the CLI requires to be logged in to abp.io platform. To login with your username write:

Loading…
Cancel
Save