docs: Regen CLI docs

This commit is contained in:
Bjørn Erik Pedersen 2025-01-06 18:12:20 +01:00
parent 0fc86783ee
commit 44628616af
No known key found for this signature in database
42 changed files with 42 additions and 1 deletions

View file

@ -29,6 +29,7 @@ See each sub-command's help for details on how to use the generated script.
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -52,6 +52,7 @@ hugo completion bash
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -43,6 +43,7 @@ hugo completion fish [flags]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -40,6 +40,7 @@ hugo completion powershell [flags]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -54,6 +54,7 @@ hugo completion zsh [flags]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -38,6 +38,7 @@ hugo config [command] [flags]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -32,6 +32,7 @@ hugo config mounts [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -31,6 +31,7 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -32,6 +32,7 @@ hugo convert toJSON [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
-o, --output string filesystem path to write files to -o, --output string filesystem path to write files to
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)

View file

@ -32,6 +32,7 @@ hugo convert toTOML [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
-o, --output string filesystem path to write files to -o, --output string filesystem path to write files to
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)

View file

@ -32,6 +32,7 @@ hugo convert toYAML [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
-o, --output string filesystem path to write files to -o, --output string filesystem path to write files to
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)

View file

@ -42,6 +42,7 @@ hugo deploy [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -31,6 +31,7 @@ hugo env [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -27,6 +27,7 @@ Generate documentation for your project using Hugo's documentation engine, inclu
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -37,6 +37,7 @@ hugo gen chromastyles [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -37,6 +37,7 @@ hugo gen doc [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -34,6 +34,7 @@ hugo gen man [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -29,6 +29,7 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -34,6 +34,7 @@ hugo import jekyll [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -29,6 +29,7 @@ List requires a subcommand, e.g. hugo list drafts
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -31,6 +31,7 @@ hugo list all [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -31,6 +31,7 @@ hugo list drafts [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -31,6 +31,7 @@ hugo list expired [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -31,6 +31,7 @@ hugo list future [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -31,6 +31,7 @@ hugo list published [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -38,6 +38,7 @@ See https://gohugo.io/hugo-modules/ for more information.
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -38,6 +38,7 @@ hugo mod clean [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -62,6 +62,7 @@ hugo mod get [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -39,6 +39,7 @@ hugo mod graph [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -43,6 +43,7 @@ hugo mod init [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -31,6 +31,7 @@ hugo mod npm [command] [flags]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -46,6 +46,7 @@ hugo mod npm pack [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -32,6 +32,7 @@ hugo mod tidy [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -38,6 +38,7 @@ hugo mod vendor [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -37,6 +37,7 @@ hugo mod verify [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -34,6 +34,7 @@ Ensure you run this within the root directory of your site.
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -46,6 +46,7 @@ hugo new content [path] [flags]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -35,6 +35,7 @@ hugo new site [path] [flags]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -34,6 +34,7 @@ hugo new theme [name] [flags]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -50,7 +50,6 @@ hugo server [command] [flags]
--liveReloadPort int port for live reloading (i.e. 443 in HTTPS proxy situations) (default -1) --liveReloadPort int port for live reloading (i.e. 443 in HTTPS proxy situations) (default -1)
--minify minify any supported output format (HTML, XML etc.) --minify minify any supported output format (HTML, XML etc.)
-N, --navigateToChanged navigate to changed content file on live browser reload -N, --navigateToChanged navigate to changed content file on live browser reload
--noBuildLock don't create .hugo_build.lock file
--noChmod don't sync permission mode of files --noChmod don't sync permission mode of files
--noHTTPCache prevent HTTP caching --noHTTPCache prevent HTTP caching
--noTimes don't sync modification time of files --noTimes don't sync modification time of files
@ -85,6 +84,7 @@ hugo server [command] [flags]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -28,6 +28,7 @@ hugo server trust [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from

View file

@ -31,6 +31,7 @@ hugo version [flags] [args]
-e, --environment string build environment -e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--logLevel string log level (debug|info|warn|error) --logLevel string log level (debug|info|warn|error)
--noBuildLock don't create .hugo_build.lock file
--quiet build in quiet mode --quiet build in quiet mode
-M, --renderToMemory render to memory (mostly useful when running the server) -M, --renderToMemory render to memory (mostly useful when running the server)
-s, --source string filesystem path to read files relative from -s, --source string filesystem path to read files relative from