该子命令用于删除指定的组织模板。请注意,此命令需要对该代码库拥有推送权限。
1
2
3
4
5
6
7
8
9
|
NAME:
drone template rm - remove a template
USAGE:
drone template rm [command options] [namespace] [name]
OPTIONS:
--name value template name
--namespace value organization name
|
以下是命令示例:
1
|
drone template rm --namespace octocat --name plugin.starlark
|