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
* test: update to latest version of jest
* feat: adding burstable queue
* feat: adding publishing and publishing job services
* refactor: update options, command options, modify tests
* feat: content item import publish to use new services
* feat: pass headers via custom dc http client to match sdk
* test: updating import tests to use new publishing service
* feat: removing redundant publishing flags
* test: updating publish tests to use new publishing service
* feat: add publish progress and only log to log file
* feat: allow publish checks to occur without user input
* test: adding tests for publishing services
* fix: improve logging when publishing content
* fix: moving publish complete log to correct scope
* feat: add min time to burstable queue to spread load
* fix: lowering min time to make sure we use the full burst interval reservoir
* fix: log immediate children
* fix: reintroduce publish content tree child item filtering
* feat: bump to latest management sdk
* fix: pin specific jest dependency versions
---------
Co-authored-by: Ben Pearey <bpearey@amplience.com>
| --media |[boolean]| Detect and rewrite media links to match assets in the target account's Content Hub. Your client must have Content Hub permissions configured. |
| --media |[boolean]| Detect and rewrite media links to match assets in the target account's DAM.<br />Your client must have DAM permissions configured. |
| --media |[boolean]| Detect and rewrite media links to match assets in the target account's DAM.<br />Your client must have DAM permissions configured. |
@@ -402,16 +399,14 @@ If no `id` is provided, all content items in all content repositories in the spe
|`--repoId`|| The ID of a content repository to restrict publishing scope. _(Optional)_|
408
-
|`--folderId`|| The ID of a folder to restrict publishing scope. _(Optional)_|
409
-
|`--facet`|| Filter content using facets. Format: <br>`label:example name,locale:en-GB` <br>Regex supported with `/pattern/`. <br>See README for more examples. |
410
-
|`--batchPublish`|| Enable batch publishing up to 35 items per minute. _(Optional)_|
411
-
|`-f`, `--force`|| Skip confirmation prompts before publishing. |
412
-
|`-s`, `--silent`|| Disable log file creation. |
413
-
|`--logFile`|| Path to write the log file. <br>Default: `(log_filename)`|
414
-
|`--publishRateLimit`|| Set the number of publishes per minute (max = 80). <br>Default: `35`|
|`--repoId`|| The ID of a content repository to restrict publishing scope. _(Optional)_|
405
+
|`--folderId`|| The ID of a folder to restrict publishing scope. _(Optional)_|
406
+
|`--facet`|| Filter content using facets. Format: <br>`label:example name,locale:en-GB` <br>Regex supported with `/pattern/`. <br>See README for more examples. |
407
+
|`-f`, `--force`|| Skip confirmation prompts before publishing. |
408
+
|`-s`, `--silent`|| Disable log file creation. |
409
+
|`--logFile`|| Path to write the log file. <br>Default: `(log_filename)`|
| --media |[boolean]| Detect and rewrite media links to match assets in the target account's DAM.<br />Your client must have DAM permissions configured. |
0 commit comments