ドキュメント

サポート

REPOSITORY DELETE

Delete repositories with the Unity Version Control CLI.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前

Description

Deletes a repository from a server.

Usage

cm repository | repo delete | rm <repspec>

Options

Option / Argument

Description

repspecRepository specification. (Use 'cm help objectspec' to learn more about rep specs.)

Help

Remarks

Deletes a repository from the repository server. The data is not removed from the database backend, but unplugged so that it will not be accessible anymore. (Data can be reconnected afterwards, see 'cm repository add'.)

Examples

cm repository delete myrepository@repserver:myserver:8084
cm repository rm myrepository@myserver:8084
cm repo rm myrepository