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
Download format is a format of the file(s) with translations. [See available download formats](https://simplelocalize.io/docs/general/file-formats/)
110
110
111
-
#### Additional parameters:
111
+
**Additional parameters:**
112
112
- `--downloadOptions` allows you to pass [additional options](https://simplelocalize.io/docs/general/options/) to the download command. Eg.: `--downloadOptions WRITE_NESTED`.
113
+
- `--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`.
113
114
114
115
Learn more about [download translations command](https://simplelocalize.io/docs/cli/download-translations/).
115
116
116
-
## Sync translations
117
-
118
-
Sync command combines upload and download command executions.
119
-
120
-
```properties
121
-
simplelocalize sync
122
-
--apiKey <PROJECT_API_KEY>
123
-
--downloadPath <DOWNLOAD_PATH>
124
-
--downloadFormat <DOWNLOAD_FORMAT>
125
-
--downloadOptions <DOWNLOAD_OPTIONS>
126
-
--uploadPath <UPLOAD_PATH>
127
-
--uploadFormat <UPLOAD_FORMAT>
128
-
--uploadOptions <UPLOAD_OPTIONS>
129
-
```
130
-
131
-
`--downloadOptions` and `--uploadOptions` parameters are optional.
0 commit comments