该子命令会将模板元数据打印到控制台。请注意,此命令需要对该代码库拥有推送权限。
1
2
3
4
5
6
7
8
9
|
NAME:
drone template info - display template info
USAGE:
drone template info [command options] [namespace] [name]
OPTIONS:
--namespace value organization namespace (e.g. octocat)
--name value template name
|
以下是命令示例:
1
|
drone template info --name plugin.starklark --namespace octocat
|