기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

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
        • profile create
        • profile delete
        • profile list
      • 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)

PROFILE CREATE

Create profiles with the Unity Version Control CLI.
읽는 시간 2분
최근 업데이트: 10달 전

Description

Creates a new server connection profile.

Usage

cm profile [create | mk]
(Creates a new profile interactively.)
cm profile [create | mk] --server=<server_addr> --username=<username> --password=<password> --workingmode=<workingmode>
(Creates a new server connection profile using a user/password authentication mode.)
cm profile [create | mk] --server=<server_addr> --username=<username> --token=<token> --workingmode=SSOWorkingMode
(Creates a new server connection profile using Single Sign On authentication mode.)

Options

Option / Argument

Description

--serverCreates the connection profile for the specified server.
--usernameThe username that should be used in the connection profile
--passwordThe plain-text password that should be used in the connection profile. This option is only valid for authentication modes that are based on a user and password.
--tokenThe plain-text token that should be used in the connection profile. This option is only valid for authentication modes that are based on a token (SSOWorkingMode for now).
--workingmodeThe target server's authentication mode. Available users/security working modes: LDAPWorkingMode (LDAP) UPWorkingMode (User and password) SSOWorkingMode (Single Sign On)

Help

Remarks

When using this command interactively (without options), the client will try to connect to the server to obtain the working mode and check the credentials. This guarantees that the resulting profile is correct.
When specifying the options, the client will generate the connection profile without connecting to the server. This is useful when creating connection profiles for automation purposes.

Examples

cm profile create
(Creates a new connection profile interactively.)
cm profile create --server=plastic.domain.com:8087 --username=sergio --password=thisissupersecret --workingmode=LDAPWorkingMode
(Creates a new connection profile to connect to 'plastic.domain.com:8087' using user 'sergio' and password 'thisissupersecret' through LDAP working mode.)
cm profile create --server=plastic.domain.com:8087 --username=sergio --token="TOKENAMoKJ9iAA(...)12fssoprov:unityid" --workingmode=SSOWorkingMode
(Creates a new connection profile to connect to 'plastic.domain.com:8087' using user 'sergio' and the specified token through Single Sign On working mode.)

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Description

      • Usage

      • Options

    • Help

      • Remarks

      • Examples


이 페이지의 문제 보고