You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add description to frontmatter
- Add "This page shows you" opening summary
- Replace redundant MIT callout with Node.js prerequisite note
- Make capabilities table verbs parallel (all imperative)
- Remove bold-before-colon pattern in developer features
- Add context line before git hooks example
- Add cross-reference to "Your first API request"
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/getting-started/deepl-cli.mdx
+23-18Lines changed: 23 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,25 @@
1
1
---
2
2
title: "DeepL CLI"
3
+
description: "Install and use the DeepL CLI to translate text, documents, and more from your terminal."
3
4
public: true
4
5
---
5
6
6
-
The [DeepL CLI](https://github.com/DeepLcom/deepl-cli) is an open-source (MIT license) command-line tool for interacting with the DeepL API. It covers text translation, document translation, writing enhancement, voice translation, glossary management, and admin operations — all from your terminal.
7
+
**This page shows you:**
8
+
- How to install the DeepL CLI from source
9
+
- How to authenticate and run your first translation
10
+
- What commands are available for translation, writing, voice, and more
7
11
8
-
<Info>
9
-
The DeepL CLI is open-source under the [MIT License](https://github.com/DeepLcom/deepl-cli/blob/main/LICENSE). Contributions and feedback are welcome!
10
-
</Info>
12
+
The [DeepL CLI](https://github.com/DeepLcom/deepl-cli) is an open-source (MIT license) command-line tool for interacting with the DeepL API. It covers text translation, document translation, writing enhancement, voice translation, glossary management, and admin operations — all from your terminal.
11
13
12
14
## Installation
13
15
16
+
<Note>
17
+
The CLI requires [Node.js](https://nodejs.org/) (v18+) and build tools for native compilation:
18
+
-**macOS**: Xcode Command Line Tools (`xcode-select --install`)
19
+
-**Linux**: `python3`, `make`, `gcc` (`apt install python3 make gcc g++`)
0 commit comments