使用 template 命令可导入、导出、共享、取消共享、删除和重新排序模板。
template 命令使用以下语法。
template -h | import|export|share|unshare|delete|reorder [parameters]
命令名称 | 描述 | 语法 |
---|---|---|
template import | 从文件导入模板。 | template import -h | input-file [--force] [--share all|group-name[{,group-name}]] [--retry maxRetryMinutes] [--set rank] [--create] |
template export | 将现有模板导出到模板文件。 | template export -h | template-name [output-dir] |
template share | 将现有模板与一个或多个用户组共享。 | template share -h | template-name all|group-name[{,group-name}] |
template unshare | 停止与指定组共享模板。 | template unshare -h | template-name all|group-name[{,group-name}] |
template delete | 永久删除模板。 | template delete -h | template-name |
template reorder | 设置模板的排名顺序。排名顺序控制基于共享模板创建的模板的顺序。 | template reorder -h | template-name [--set rank] |