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
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,10 +88,13 @@ simplelocalize upload
88
88
Upload format is a format of the file(s) with translations. [See available upload formats](https://simplelocalize.io/docs/general/file-formats/)
89
89
90
90
**Additional parameters:**
91
-
- `--replace` allows you to **replace** existing translations with new ones.
92
-
- `--dryRun` allows you to **check** what translation files will be uploaded without actually uploading them.
93
-
- `--uploadOptions` allows you to pass [additional options](https://simplelocalize.io/docs/general/options/) to the upload command.
94
-
E.g.: `--uploadOptions TRIM_LEADING_TRAILING_SPACES`. To pass multiple options, use comma as a separator.
91
+
- `--replace` allows you to **replace** existing translations with new ones,
92
+
- `--dryRun` allows you to **check** what translation files will be uploaded without actually uploading them,
93
+
- `--namespace` download translations for a specific namespace, e.g.: `--namespace home`,
94
+
- `--customerId` download translations for a specific customer, e.g.: `--customerId ikea`,
95
+
- `--uploadOptions` allows you to pass [additional options](https://simplelocalize.io/docs/general/options/) to the upload command, E.g.: `--options TRIM_LEADING_TRAILING_SPACES`. To pass multiple options, use comma as a separator.
96
+
97
+
> Since version 2.7 you can skip 'upload' part in the parameters names, e.g.: `--path` instead of `--uploadPath`.
95
98
96
99
Learn more about [upload translations command](https://simplelocalize.io/docs/cli/upload-translations/).
97
100
@@ -211,9 +214,13 @@ simplelocalize download
211
214
```
212
215
213
216
**Additional parameters:**
214
-
- `--downloadLanguageKey` allows you to download translation for specified languages. Eg.: `--downloadLanguageKey en,de,fr`.
215
-
- `--downloadOptions` allows you to pass [additional options](https://simplelocalize.io/docs/general/options/) to the download command. Eg.: `--downloadOptions WRITE_NESTED`.
216
-
- `--downloadSort` allows you to sort translations in the downloaded file. Eg.: `--downloadSort NEWEST_KEYS_FIRST`. Available options: `NEWEST_KEYS_FIRST`, `NEWEST_KEYS_LAST`, `NAMESPACES`, `IMPORT_ORDER`.
217
+
- `--downloadLanguageKey` allows you to download translation for specified languages. E.g.: `--languageKey en,de,fr`.
218
+
- `--downloadCustomerId` allows you to download translations for a specific customer. E.g.: `--customerId ikea`.
219
+
- `--downloadNamespace` allows you to download translations for a specific namespace. E.g.: `--namespace home`.
220
+
- `--downloadOptions` allows you to pass [additional options](https://simplelocalize.io/docs/general/options/) to the download command. E.g.: `--options WRITE_NESTED`.
221
+
- `--downloadSort` allows you to sort translations in the downloaded file. E.g.: `--sort NEWEST_KEYS_FIRST`. Available options: `NEWEST_KEYS_FIRST`, `NEWEST_KEYS_LAST`, `NAMESPACES`, `IMPORT_ORDER`.
222
+
223
+
> Since version 2.7 you can skip 'download' part in the parameters names, e.g.: `--path` instead of `--downloadPath`.
217
224
218
225
Learn more about [download translations command](https://simplelocalize.io/docs/cli/download-translations/).
0 commit comments