hugo mod clean
hugo mod clean
删除当前项目的Hugo模块缓存。
概述
删除当前项目的Hugo模块缓存。
hugo mod clean [flags] [args]
选项
--all 清除整个模块缓存
-b, --baseURL string 根的主机名(和路径),例如https://spf13.com/
--cacheDir string 缓存目录的文件系统路径
-c, --contentDir string 内容目录的文件系统路径
-h, --help clean命令的帮助信息
--pattern string 匹配需要清除的模块路径的模式(如果未设置,则为全部),例如"**hugo*"
-t, --theme strings 使用的主题(位于/themes/THEMENAME/中)
继承自父命令的选项
--clock string 设置Hugo使用的时钟,例如 --clock 2021-11-06T22:30:00.00+09:00
--config string 配置文件(默认为hugo.yaml|json|toml)
--configDir string 配置目录(默认为"config")
--debug 调试输出
-d, --destination string 写入文件的文件系统路径
-e, --environment string 构建环境
--ignoreVendorPaths string 忽略与给定的Glob模式匹配的模块路径的任何_vendor
--logLevel string 日志级别(debug|info|warn|error)
--quiet 静默模式下构建
-s, --source string 相对读取文件的文件系统路径
--themesDir string 主题目录的文件系统路径
-v, --verbose 详细输出
另请参阅
- hugo mod - 各种Hugo模块助手。