PURGE SHOW
Show information aboutpurge operations with the Unity Version Control CLI.
読み終わるまでの所要時間 1 分最終更新 9ヶ月前
Description
Provides a report of the purge status and contents.
Usage
cm purge show <purge_guid> [--verbose | --server=<server>]
Options
Option / Argument | Description |
|---|---|
| --server | Allows to specify the server where purge actions will be queried. |
| --verbose | Extends the report to include the items and revisions involved in the purge. |
| purge_guid | The GUID returned by the "cm purge register" command. |
Help
Examples
cm purge show be5b9145-1bd9-4c43-bd90-f2ff727bbf13
(Provides a brief report of the purge status)
cm purge show be5b9145-1bd9-4c43-bd90-f2ff727bbf13 --verbose
(Provides additional information per purged extension, including items and revisions)
cm purge show be5b9145-1bd9-4c43-bd90-f2ff727bbf13 --server=myorg@cloud
(You can specify a different server if you wish)