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
      • acl
      • activateuser
      • add
      • admin
      • annotate
      • api
      • applylocal
      • archive
      • attribute
      • autocomplete
      • branch
      • changelist
      • changerevisiontype
      • changeset
      • changeuserpassword
      • checkconnection
      • checkin
      • checkout
      • checkselectorsyntax
      • clone
      • codereview
      • configure
      • crypt
      • deactivateuser
      • diff
      • diffmetrics
      • fastexport
      • fastimport
      • fileinfo
      • find
      • getconfig
      • getfile
      • getrevision
      • getstatus
      • gettaskbranches
      • getworkspacefrompath
      • getworkspaceinfo
      • help
      • history
      • iostats
      • issuetracker
      • label
      • licenseinfo
      • linktask
      • list
      • listusers
      • location
      • lock
      • log
      • merge
      • move
      • objectspec
      • partial
      • patch
      • profile
      • pull
      • purge
      • push
      • query
      • remove
      • repository
      • revert
      • setowner
      • shelveset
      • show-find-objects
      • showacl
      • showcommands
      • showowner
      • showpermissions
      • support
      • switch
      • sync
      • trigger
      • tube
      • undelete
      • undo
      • undochange
      • undocheckout
      • undocheckoutunchanged
      • update
      • version
      • whoami
      • workspace
      • workspacestatus
      • xlink
    • CLI help
    • Pipe commands
    • cm find
    • Windows keyboard shortcuts
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Unity Version Control CLI

Overview of the version control CLI in Unity Version Control.
Read time 2 minutes
Last updated 10 months ago

Unity Version Control CLI, or 'cm', is a command line interface for use in your terminal or your scripts.
This reference includes all available commands documentation with usage guides and examples.

Installation

To install the Unity Version Control CLI, follow these steps:
  1. Go to the download page.
  2. Click the corresponding Download button:
  • Cloud Edition if you are using it in the cloud.
  • Enterprise Edition if you are using it on-premises.
  1. The download will start.
  2. Follow the installer instructions and complete the installation.

Getting Started

After installing the CLI, you can complete its configuration by opening a terminal and following the configure documentation, or you can use the Desktop Client wizard.
To proceed with the Desktop Client wizard, you can open the Unity Version Control shortcut from your application explorer. Alternatively, you can open your terminal and enter the following command to launch it:

Windows Users

plastic --configure

Mac or Linux Users

plasticgui --configure

cm

Now that everything is configured, you can start using the CLI. To access it through your terminal, type:
cm <command>
Replace
<command>
with any of the available commands.
Note
At any moment you can access the documentation from the CLI by using
cm help
or typing
cm <command> --help
.

Examples

cm repository list
cm help
cm showcommands

Available Commands

  • acl
  • activateuser
  • add
  • admin
  • annotate
  • api
  • applylocal
  • archive
  • attribute
  • autocomplete
  • branch
  • changelist
  • changerevisiontype
  • changeset
  • changeuserpassword
  • checkconnection
  • checkin
  • checkout
  • checkselectorsyntax
  • clone
  • codereview
  • configureclient
  • crypt
  • deactivateuser
  • diff
  • diffmetrics
  • fastexport
  • fastimport
  • fileinfo
  • find
  • getconfig
  • getfile
  • getrevision
  • getstatus
  • gettaskbranches
  • getworkspacefrompath
  • getworkspaceinfo
  • help
  • history
  • iostats
  • issuetracker
  • label
  • licenseinfo
  • linktask
  • list
  • listusers
  • location
  • lock
  • log
  • merge
  • move
  • objectspec
  • partial
  • patch
  • profile
  • pull
  • purge
  • push
  • query
  • remove
  • repository
  • revert
  • setowner
  • shelveset
  • show-find-objects
  • showacl
  • showcommands
  • showowner
  • showpermissions
  • support
  • switch
  • sync
  • trigger
  • tube
  • undelete
  • undo
  • undochange
  • undocheckout
  • undocheckoutunchanged
  • update
  • version
  • whoami
  • workspace
  • workspacestatus
  • xlink

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
    • Installation

    • Getting Started

      • Windows Users

      • Mac or Linux Users

    • cm

      • Examples

    • Available Commands


Report a problem with this page