@vertana/cli 0.2.0-dev.22 → 0.2.0-dev.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
Command-line interface for [Vertana] translation. Translate documents from
|
|
13
13
|
the terminal with support for multiple providers (OpenAI, Anthropic, Google).
|
|
14
14
|
|
|
15
|
-
[JSR]: https://jsr.io/@vertana/cli
|
|
16
15
|
[JSR badge]: https://jsr.io/badges/@vertana/cli
|
|
17
|
-
[
|
|
16
|
+
[JSR]: https://jsr.io/@vertana/cli
|
|
18
17
|
[npm badge]: https://img.shields.io/npm/v/@vertana/cli?logo=npm
|
|
18
|
+
[npm]: https://www.npmjs.com/package/@vertana/cli
|
|
19
19
|
[Vertana]: https://vertana.org/
|
|
20
20
|
|
|
21
21
|
|
|
@@ -75,7 +75,6 @@ Options:
|
|
|
75
75
|
- `--glossary-file FILE`: Load glossary from file
|
|
76
76
|
- `-o, --output FILE`: Output file (defaults to stdout)
|
|
77
77
|
|
|
78
|
-
|
|
79
78
|
### config
|
|
80
79
|
|
|
81
80
|
Manage configuration settings.
|
|
@@ -87,7 +86,6 @@ vertana config api-key PROVIDER [KEY] # Manage API keys
|
|
|
87
86
|
|
|
88
87
|
Supported providers: `openai`, `anthropic`, `google`
|
|
89
88
|
|
|
90
|
-
|
|
91
89
|
For more resources, see the [docs].
|
|
92
90
|
|
|
93
91
|
[docs]: https://vertana.org/
|