hugo env
hugo env
打印 Hugo 的版本和运行环境信息
简介
打印 Hugo 的版本和运行环境信息。向 Hugo 报告 bug 时,这些信息很有用。
hugo env [flags]
参数
-h, --help env 命令相关的帮助信息
从父命令继承的参数
--config string 配置文件所在路径(默认为 path/config.yaml|json|toml)
--configDir string 配置文件所在的目录(默认为 "config")
--debug 输出调试信息
-e, --environment string build environment
--ignoreVendor ignores any _vendor directory
--log 开启日志功能
--logFile string 日志文件保存路径(如果设置了此参数,日志功能被自动开启)
--quiet 以安静模式构建
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose 冗余输出
--verboseLog 冗余日志
请参阅
- hugo - 构建站点