Release Notes

Public

11.0.16.9478: Jun 12 2025

New

All platforms - Gluon: Support for custom client messages from OnPremise servers

The customizable banner available for OnPremise servers is now supported by the Gluon client.

ScreenshotScreenshot

New

Command-line client: New "cm getconfig organization" command

This new command will retrieve the information of a Cloud organization stored in the configuration.

>cm getconfig organization MyUnityOrg@unity
MyUnityOrg unity 123456789012 euwest-01.contoso.com

You can use [console]--format[/console] to change the output:

    {0} | {orgname}         Version Control organization name.
    {1} | {type}            Type of organization ('cloud' or 'unity').
    {2} | {orgid}           Unity Organization ID.
    {3} | {region}          Server location. 

If no organization is explicitly passed and the cm is within a workspace, it will return the organization information of the workspace. Otherwise, it will show the information of the default organization.

Bug

Command-line client: Restore checkout as visible in showcommands

Using showcommands hid the ‘checkout’ command but displayed the deprecated ‘undocheckout’ command. This has been corrected.