你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az repos import

注意

此参考是 Azure CLI(版本 2.30.0 或更高版本)的 azure-devops 扩展的一部分。 该扩展将在首次运行 az repos import 命令时自动安装。 详细了解扩展。

管理 Git 存储库导入。

此命令将公共存储库 fabrikam-open-source 导入为默认配置 az devops configure --defaults organization=https://dev.azure.com/fabrikamprime project=“Fabrikam Fiber”的空 Git 存储库 fabrikam-open-source。

命令

名称 说明 类型 状态
az repos import create

创建 git 导入请求。

分机 GA

az repos import create

创建 git 导入请求。

az repos import create --git-source-url
                       [--detect {false, true}]
                       [--git-service-endpoint-id]
                       [--org]
                       [--project]
                       [--repository]
                       [--requires-authorization]
                       [--user-name]

必需参数

--git-source-url --git-url

源 git 存储库的 URL。

可选参数

--detect

自动检测组织。

接受的值: false, true
--git-service-endpoint-id

用于连接到外部终结点的服务终结点。

--org --organization

Azure DevOps 组织 URL。 可以使用 az devops configure -d organization=ORG_URL 配置默认组织。 如果未配置为默认或未通过 git 配置选取,则为必需。示例:https://dev.azure.com/MyOrganizationName/

--project -p

项目的名称或 ID。 可以使用 az devops configure -d project=NAME_OR_ID 配置默认项目。 如果未配置为默认或通过 git 配置进行选取,则为必需。

--repository -r

要在其中创建导入请求的存储库的名称或 ID。

--requires-authorization

指示源 git 存储库是否为专用的标志。

默认值: False
--user-name

如果源 git 存储库是专用的,则用户名。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。