hugo模块图
hugo模块图
打印模块依赖图。
概要
打印一个包含有关模块状态(已禁用,已供应)信息的模块依赖图。 请注意,对于已供应模块,显示的是在go.mod中列出的版本,而不是go.mod中的版本。
hugo mod graph [flags] [args]
选项
-b, --baseURL string 主机名(和路径)到根目录,例如https://spf13.com/
--cacheDir string 缓存目录的文件系统路径
--clean 删除验证失败的依赖模块的模块缓存
-c, --contentDir string 内容目录的文件系统路径
-h, --help 输出图的帮助信息
-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模块助手。