cm find
Overview of the cm find command in Unity Version Control CLI.
읽는 시간 1분최근 업데이트: 9달 전
Use the query system to get specific information about objects in your version control system, such as changesets, branches, labels, merges, and more. You can also use the command to customize the views in the GUI. This query system is similar to SQL in terms of syntax, but it doesn't allow s, so you have to use a custom string to select the attributes that you want to return per result.
cm findfindJOINFor more information, refer to the Unity Version Control (UVCS) CLI reference documentation for or run . To get a complete list of objects you can find, run the command.
cm findcm find --helpcm showfindobjectsTopic | Description |
|---|---|
| Syntax | Understand the syntax for your |
| Find branches | Find and filter branches. |
| Find changesets | Find and filter changesets and changeset comments. |
| Find replication logs | Find and filter replication operations. |
| Find labels | Find and filter labels. |
| Find attributes | Find and filter attributes. |
| Find revisions | Find and filter revisions. |
| Find merges | Find, filter, and track merges. |
| Find code reviews | Find information about the status of a code review. |
| Find shelves | Find and filter shelves. |