# theme unpublish 模板下架命令
模板下架命令,用于将模板从 sscms.com 官网模板中心 (opens new window) 中下架。
# 用法
sscms theme unpublish
-d, --directory=VALUE
-h, --help
可以设置可选参数控制模板下架选项。
# 选项
| 选项 | 简写 | 说明 |
|---|---|---|
| --directory | -d | 模板名称 |
| --help | -h | 命令说明 |
模板下架命令必须包含 -d 或 --directory 参数,用于指定需要下架的模板文件夹名称。
# 示例
sscms theme unpublish -d Zosimos
SUCCESS Theme Zosimos unpublished.