Manage On-Prem licenses
Monitor and reassign licenses, and manage read-only users.
Read time 1 minuteLast updated 21 days ago
Manage your user licenses for Unity Version Control (UVCS) On-Prem.
Monitor licenses
To find information about your license, run thecm licenseinfoReassign licenses
Reassign a license to a different user:- Run the command to deactivate the inactive user.
cm deactivateuser - Run the command to assign the released license to a new user.
cm activateuser
cm licenseinfoINACTIVEManage read-only users
If you create a new user in UVCS and don’t assign them a license, the user can run read-only operations such as an update or diff. The user turns into an active user if they perform a write operation.
The read-only function allows you to grant access to users who need to check the system but don’t need to check in changes. Similarly, you can use it to grant access to continuous integration (CI) systems that only need read-only operations.