该子命令用于打印指定的仓库详细信息。 1 2 3 4 5 NAME: drone repo info - show repository details USAGE: drone repo info [command options] [arguments...] 以下是命令示例: 1 2 3 4 5 6 7 $ drone repo info octocat/hello-world Owner: octocat Repo: hello-world Type: git Private: false Remote: https://github.com/octocat/hello-world.git 使用一个自定义的 Go 模板对输出进行格式化: 1 2 3 $ drone repo info --format="{{ .Link }}" octocat/hello-world https://github.com/octocat/hello-world.git