@transcend-io/cli 4.128.0 → 4.128.1
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 +6 -0
- package/build/graphql/gqls/promptThread.js +1 -1
- package/build/tsbuildinfo +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1656,6 +1656,12 @@ Only mark as completed requests in "removing data" phase
|
|
|
1656
1656
|
yarn tr-skip-request-data-silos --auth=$TRANSCEND_API_KEY --dataSiloId=70810f2e-cf90-43f6-9776-901a5950599f --statuses=SECONDARY
|
|
1657
1657
|
```
|
|
1658
1658
|
|
|
1659
|
+
Set to status "RESOLVED" instead of status "SKIPPED"
|
|
1660
|
+
|
|
1661
|
+
```sh
|
|
1662
|
+
yarn tr-skip-request-data-silos --auth=$TRANSCEND_API_KEY --dataSiloId=70810f2e-cf90-43f6-9776-901a5950599f --status=RESOLVED
|
|
1663
|
+
```
|
|
1664
|
+
|
|
1659
1665
|
### tr-retry-request-data-silos
|
|
1660
1666
|
|
|
1661
1667
|
This command allows for bulk restarting a set of data silos jobs for open privacy requests. This is equivalent to clicking the "Wipe and Retry" button for a particular data silo across a set of privacy requests.
|