@@ -221,7 +221,7 @@ Example:
221221##### Download
222222
223223``` bash
224- docker pull commercetools/commercetools-project-sync:5.5.1
224+ docker pull commercetools/commercetools-project-sync:5.9.0
225225```
226226##### Run
227227
@@ -233,14 +233,14 @@ docker run \
233233-e TARGET_PROJECT_KEY=xxxx \
234234-e TARGET_CLIENT_ID=xxxx \
235235-e TARGET_CLIENT_SECRET=xxxx \
236- commercetools/commercetools-project-sync:5.5.1 -s all
236+ commercetools/commercetools-project-sync:5.9.0 -s all
237237```
238238
239239
240240### Examples
241241 - To run the all sync modules from a source project to a target project
242242 ``` bash
243- docker run commercetools/commercetools-project-sync:5.5.1 -s all
243+ docker run commercetools/commercetools-project-sync:5.9.0 -s all
244244 ```
245245 This will run the following sync modules in the given order:
246246 1 . ` Type ` Sync and ` ProductType ` Sync and ` States ` Sync and ` TaxCategory ` Sync and ` CustomObject ` Sync in parallel.
@@ -250,70 +250,70 @@ commercetools/commercetools-project-sync:5.5.1 -s all
250250
251251 - To run the type sync
252252 ``` bash
253- docker run commercetools/commercetools-project-sync:5.5.1 -s types
253+ docker run commercetools/commercetools-project-sync:5.9.0 -s types
254254 ```
255255
256256 - To run the productType sync
257257 ``` bash
258- docker run commercetools/commercetools-project-sync:5.5.1 -s productTypes
258+ docker run commercetools/commercetools-project-sync:5.9.0 -s productTypes
259259 ```
260260
261261- To run the states sync
262262 ``` bash
263- docker run commercetools/commercetools-project-sync:5.5.1 -s states
263+ docker run commercetools/commercetools-project-sync:5.9.0 -s states
264264 ```
265265- To run the taxCategory sync
266266 ``` bash
267- docker run commercetools/commercetools-project-sync:5.5.1 -s taxCategories
267+ docker run commercetools/commercetools-project-sync:5.9.0 -s taxCategories
268268 ```
269269
270270- To run the category sync
271271 ``` bash
272- docker run commercetools/commercetools-project-sync:5.5.1 -s categories
272+ docker run commercetools/commercetools-project-sync:5.9.0 -s categories
273273 ```
274274
275275- To run the product sync
276276 ``` bash
277- docker run commercetools/commercetools-project-sync:5.5.1 -s products
277+ docker run commercetools/commercetools-project-sync:5.9.0 -s products
278278 ```
279279
280280- To run the cartDiscount sync
281281 ``` bash
282- docker run commercetools/commercetools-project-sync:5.5.1 -s cartDiscounts
282+ docker run commercetools/commercetools-project-sync:5.9.0 -s cartDiscounts
283283 ```
284284
285285- To run the inventoryEntry sync
286286 ``` bash
287- docker run commercetools/commercetools-project-sync:5.5.1 -s inventoryEntries
287+ docker run commercetools/commercetools-project-sync:5.9.0 -s inventoryEntries
288288 ```
289289
290290- To run the customObject sync
291291 ``` bash
292- docker run commercetools/commercetools-project-sync:5.5.1 -s customObjects
292+ docker run commercetools/commercetools-project-sync:5.9.0 -s customObjects
293293 ```
294294
295295- To run the customer sync
296296 ``` bash
297- docker run commercetools/commercetools-project-sync:5.5.1 -s customers
297+ docker run commercetools/commercetools-project-sync:5.9.0 -s customers
298298 ```
299299
300300- To run the shoppingList sync
301301 ``` bash
302- docker run commercetools/commercetools-project-sync:5.5.1 -s shoppingLists
302+ docker run commercetools/commercetools-project-sync:5.9.0 -s shoppingLists
303303 ```
304304- To run both products and shoppingList sync
305305 ``` bash
306- docker run commercetools/commercetools-project-sync:5.5.1 -s products shoppingLists
306+ docker run commercetools/commercetools-project-sync:5.9.0 -s products shoppingLists
307307 ```
308308
309309- To run type, productType and shoppingList sync
310310 ``` bash
311- docker run commercetools/commercetools-project-sync:5.5.1 -s types productTypes shoppingLists
311+ docker run commercetools/commercetools-project-sync:5.9.0 -s types productTypes shoppingLists
312312 ```
313313
314314- To run all sync modules using a runner name
315315 ``` bash
316- docker run commercetools/commercetools-project-sync:5.5.1 -s all -r myRunnerName
316+ docker run commercetools/commercetools-project-sync:5.9.0 -s all -r myRunnerName
317317 ```
318318
319319## Scopes
0 commit comments