Documentation

​
​

Development

User Acquisition

Monetization

Industry

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
  • On-Prem
  • Gluon
  • CLI and shortcut references
    • Unity Version Control CLI
    • CLI help
    • Pipe commands
    • cm find
      • Syntax
      • Find branches
      • Find changesets
      • Find replication logs
      • Find labels
      • Find attributes
      • Find revisions
      • Find merges
      • Find code reviews
      • Find shelves
    • Windows keyboard shortcuts
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Find labels

Find labels with the cm find command in Unity Version Control CLI.
Read time 1 minute
Last updated 10 months ago

Find and filter labels.

Filtering options

The following list displays the different filtering options (
where
) that are available to use with the
cm find label
command:
  • attribute
  • attrvalue
  • branch
  • branchid
  • changeset
  • comment
  • date
  • guid
  • id
  • name
  • owner
  • repllogid
  • replsrcdate
  • replsrcid
  • replsrcrepository
  • replsrcserver
Note
The condition
date
corresponds to the Creation date column in the Labels view of the UVCS desktop application.

Output options

The following list displays the different output options (
--format
) available to use with the
cm find label
command:
  • branch
  • branchid
  • changeset
  • comment
  • date
  • id
  • name
  • owner

cm find label
examples

Find all labels in a specific repository

cm find label --format="{name} {owner} {branch} {branchid}" --nototal on repository 'codice'BL234 dpenalba /main 3BL235 lrodriguez /main 3BL236 jgonzalez /main/task001 4BL237 jgonzalez /main 3BL238 lrodriguez /main/task002 5BL239 lrodriguez /main 3

Find all labels created in a specific branch in a repository

cm find label "where branch = '/main'" --format="{name} {owner}" --nototal on repository 'codice'BL234 dpenalbaBL235 lrodriguezBL237 jgonzalezBL239 lrodriguez

Find a branch with a specific label

cm find label "where name = 'BL237' on repository 'codice'" --nototal191871 17/11/2011 16:38:06 BL237 10503 /main lrodriguez codice

Find changesets created between two labels

cm find label "where name = 'BL237' or name='BL235' on repository 'codice'" --nototal 191869 11/11/2011 14:20:02 BL235 1750 /main lrodriguez codice191871 17/11/2011 16:38:06 BL237 10503 /main lrodriguez codice

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Filtering options

    • Output options

    • cm find label examples

      • Find all labels in a specific repository

      • Find all labels created in a specific branch in a repository

      • Find a branch with a specific label

      • Find changesets created between two labels


Report a problem with this page