]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
docs: Regen CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 6 Jan 2025 17:12:20 +0000 (18:12 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 6 Jan 2025 17:12:20 +0000 (18:12 +0100)
42 files changed:
docs/content/en/commands/hugo_completion.md
docs/content/en/commands/hugo_completion_bash.md
docs/content/en/commands/hugo_completion_fish.md
docs/content/en/commands/hugo_completion_powershell.md
docs/content/en/commands/hugo_completion_zsh.md
docs/content/en/commands/hugo_config.md
docs/content/en/commands/hugo_config_mounts.md
docs/content/en/commands/hugo_convert.md
docs/content/en/commands/hugo_convert_toJSON.md
docs/content/en/commands/hugo_convert_toTOML.md
docs/content/en/commands/hugo_convert_toYAML.md
docs/content/en/commands/hugo_deploy.md
docs/content/en/commands/hugo_env.md
docs/content/en/commands/hugo_gen.md
docs/content/en/commands/hugo_gen_chromastyles.md
docs/content/en/commands/hugo_gen_doc.md
docs/content/en/commands/hugo_gen_man.md
docs/content/en/commands/hugo_import.md
docs/content/en/commands/hugo_import_jekyll.md
docs/content/en/commands/hugo_list.md
docs/content/en/commands/hugo_list_all.md
docs/content/en/commands/hugo_list_drafts.md
docs/content/en/commands/hugo_list_expired.md
docs/content/en/commands/hugo_list_future.md
docs/content/en/commands/hugo_list_published.md
docs/content/en/commands/hugo_mod.md
docs/content/en/commands/hugo_mod_clean.md
docs/content/en/commands/hugo_mod_get.md
docs/content/en/commands/hugo_mod_graph.md
docs/content/en/commands/hugo_mod_init.md
docs/content/en/commands/hugo_mod_npm.md
docs/content/en/commands/hugo_mod_npm_pack.md
docs/content/en/commands/hugo_mod_tidy.md
docs/content/en/commands/hugo_mod_vendor.md
docs/content/en/commands/hugo_mod_verify.md
docs/content/en/commands/hugo_new.md
docs/content/en/commands/hugo_new_content.md
docs/content/en/commands/hugo_new_site.md
docs/content/en/commands/hugo_new_theme.md
docs/content/en/commands/hugo_server.md
docs/content/en/commands/hugo_server_trust.md
docs/content/en/commands/hugo_version.md

index 96f53742a6977630e2d5a13e570b3ba475630b51..ac60dc1480422f612c14043cd207631b89abd4af 100644 (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
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 60973415f4734cf48f4393435252fd034aca3d37..41fb47c0c7c27b723f33d9dfffc76017e40db8c4 100644 (file)
@@ -52,6 +52,7 @@ hugo completion bash
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 92bbd6c22a19022eaca1b708f6c204ecdd10f4a3..7f971c3ca363989da289979d64b70b4fbcf66a80 100644 (file)
@@ -43,6 +43,7 @@ hugo completion fish [flags]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index f01442920131a485962b41d41b55f4c561cf28ac..6ea17892b8bb17a72e62d97bd25fe774fa37f7d7 100644 (file)
@@ -40,6 +40,7 @@ hugo completion powershell [flags]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 142c531031086a8cb1e86af081e2586ddd60da87..b9e79f9f3b6d34eb4c87bdba028721738cb4a103 100644 (file)
@@ -54,6 +54,7 @@ hugo completion zsh [flags]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 8e8d745d2e47db073e00302b2266c16e4255e68e..4cf08e6adc692405f1ee9d47eaf45fb77f2127c1 100644 (file)
@@ -38,6 +38,7 @@ hugo config [command] [flags]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 5af4819a2dc583f5b34b5f639409843aa28ced4d..06a781220467a40ed5b989fcc1897477dc5cf543 100644 (file)
@@ -32,6 +32,7 @@ hugo config mounts [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index aeaa3776662f89a1c0bcd4d8d90a7dcc06311df3..a8d0b6a387ad5dc1d1d89bc0506fdd96b9060275 100644 (file)
@@ -31,6 +31,7 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 40403193c0615a3a9294a4895e0b5335d3d69f91..fe81146f93242ca46dc71cd9bb51f3fbb9be8203 100644 (file)
@@ -32,6 +32,7 @@ hugo convert toJSON [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --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
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
index 53ab826517a1c8a61ba4c383a71cab54df9f194e..490b15ee6425e83c573eb20d02918e59141d835b 100644 (file)
@@ -32,6 +32,7 @@ hugo convert toTOML [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --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
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
index efb63a4e2ff31ca77f2c298feb8e17beab99a085..9b00ce247e4047c35dea06c87c3109a820fd69b8 100644 (file)
@@ -32,6 +32,7 @@ hugo convert toYAML [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --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
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
index fce1e54220d43a2b02af8936634674e30b15db83..696acf51f9c1a92b0d7da0aaa28068cfb97b0b74 100644 (file)
@@ -42,6 +42,7 @@ hugo deploy [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index e216be41688f887aafd52cd17987632e27eba73d..7e21733a42f53106405b4df0c3674435d4ae3048 100644 (file)
@@ -31,6 +31,7 @@ hugo env [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 97cdbdb9da2546164620ef7649431a0aade2c301..d6333b52dd1d7e804762034a8aea426f9483301b 100644 (file)
@@ -27,6 +27,7 @@ Generate documentation for your project using Hugo's documentation engine, inclu
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 49cde6bb90ada3bd1d87d98a28f34a8c7fd363f2..2863e46b407191ba067ac79bc67abbad749a98d1 100644 (file)
@@ -37,6 +37,7 @@ hugo gen chromastyles [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 180dc4f95a6421586f012752470f9cf5fa2cabf8..2c2c3a1184e00fb50c9d03961838699b535b2e92 100644 (file)
@@ -37,6 +37,7 @@ hugo gen doc [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index f33342c548b23af573a77da03c681d7b1cb62fbf..14fe859e3c6aea4fc3acd7cf498d8ec7fce706f8 100644 (file)
@@ -34,6 +34,7 @@ hugo gen man [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index b20b585991a88c83cc35117d62c9cb5f633966ce..2b8e629518ea732bfd91e2bb9f9fe31544e9342e 100644 (file)
@@ -29,6 +29,7 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 14c57cc447bdbe08437c2ef89d5f74dc6fd14d2e..8746c156e3953c2b2caa585a6e49cc9d5105cc6b 100644 (file)
@@ -34,6 +34,7 @@ hugo import jekyll [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 726fe51a96db46a14c53ea2105306a3e7bc9ace3..741ca1d686285f27f41bb5930f23d5e7571769dd 100644 (file)
@@ -29,6 +29,7 @@ List requires a subcommand, e.g. hugo list drafts
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 59846733d8305eb48b22f2cb7b24d406ed8763c5..e0f1efdcbba3f35030943d705d769a6059f1a8b1 100644 (file)
@@ -31,6 +31,7 @@ hugo list all [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 5f3bcd617427d9f5cc306c73a6abf3c431f5583c..25ddc78d3af322fb679ba13d3fcde6a5aa6bc266 100644 (file)
@@ -31,6 +31,7 @@ hugo list drafts [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index c010d1159ab3bf7ecaa36c79e116e79236938742..1936b99203b0eebe38d96254ae6222ea956ca8bc 100644 (file)
@@ -31,6 +31,7 @@ hugo list expired [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 888784dcd87d7ca2db21d0bd47a835b87d5b9378..3152639c2facaf6fe5abef0f5ce975abe7246a97 100644 (file)
@@ -31,6 +31,7 @@ hugo list future [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index b8ec0e7b22fe56f6ac03421801f398ceab51f8df..a7a08c7b4f3cbfec0782edfe3b74da42132ea0ca 100644 (file)
@@ -31,6 +31,7 @@ hugo list published [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 2c07b89cfbabd2e164a5fc1726d93d8050cc3135..c037be6daffc5474d494f0fb85b05ab2086a4346 100644 (file)
@@ -38,6 +38,7 @@ See https://gohugo.io/hugo-modules/ for more information.
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 7df51059fb414ae80b3e92723da5645125d7c2be..6f49284b7e0168c24f85ae50531cc02fa692ea9e 100644 (file)
@@ -38,6 +38,7 @@ hugo mod clean [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index f4ca6069a7eaf7aa64a4caa9e35d9497979c159a..08e1e5c840ba5fd34e41ad04b5eb4a7011745622 100644 (file)
@@ -62,6 +62,7 @@ hugo mod get [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 5b5a14d5d2b3c44565793a69dc4f2e26fd1b6d52..b7bfc6bfed1bd5d5b1f94ae819a628db7f73fc75 100644 (file)
@@ -39,6 +39,7 @@ hugo mod graph [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index bf9651b598bdd0abec67ef5de2f22804b72ce135..0d9f1fd4e985811cbe0cc893764f020eb3a63167 100644 (file)
@@ -43,6 +43,7 @@ hugo mod init [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index a013fb91fd8ee81eaec107ae4b030977811719b7..4c6b0c6a7a193f0895fa9f79431fb62aea0abf30 100644 (file)
@@ -31,6 +31,7 @@ hugo mod npm [command] [flags]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 8f8738280a7351feec5c8ffbac42039cd341d0ba..ffbf0703e874f100799e6a20b112a2f9b5108437 100644 (file)
@@ -46,6 +46,7 @@ hugo mod npm pack [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index c15ddb3c85ba045345f15e07e5c7a6e2ba2acf05..cff19213039bf1041434129458beab441e2bf2f0 100644 (file)
@@ -32,6 +32,7 @@ hugo mod tidy [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index ae112a36a7ac5987ca55dae3a4c53f1625a24cc8..2b812e4c4c8c4e970e8905d34487faa99b03927a 100644 (file)
@@ -38,6 +38,7 @@ hugo mod vendor [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 63dd28ce82a8b20c1560b9eb629c4c642439dd33..051477c902d37be8fc603fb1e3b86c4d7a699a54 100644 (file)
@@ -37,6 +37,7 @@ hugo mod verify [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 4d3021b44b336821f02d9bb93c23407e2284113c..2788ef16888ef79b8a63e40a6641e74e365a1947 100644 (file)
@@ -34,6 +34,7 @@ Ensure you run this within the root directory of your site.
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index a8d2100f9bda642efc4d91d54b97234fc85f52ea..9624e9a61b8f868dd2c3d85aeb5be7053ffad93e 100644 (file)
@@ -46,6 +46,7 @@ hugo new content [path] [flags]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index cc0e630132d10499c824c5aed2db7bd5adb6f97e..0f0096ae4940398a752095dd347a0215288c42d0 100644 (file)
@@ -35,6 +35,7 @@ hugo new site [path] [flags]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index a79978c4ab62b2cd4f8b0d3dfdfd4d0b5a5e43ca..b1c937bae260b4be3ee871f5277e26c0321d915c 100644 (file)
@@ -34,6 +34,7 @@ hugo new theme [name] [flags]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index a1c77d36f7977c3577cc3b791a68376d3673e174..4ab161f8fac127c25dfe7437b12260445a3bb553 100644 (file)
@@ -50,7 +50,6 @@ hugo server [command] [flags]
       --liveReloadPort int       port for live reloading (i.e. 443 in HTTPS proxy situations) (default -1)
       --minify                   minify any supported output format (HTML, XML etc.)
   -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
       --noHTTPCache              prevent HTTP caching
       --noTimes                  don't sync modification time of files
@@ -85,6 +84,7 @@ hugo server [command] [flags]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index 1a904e8453eb6a343e5e2b64bb53b0ebb3225b87..9d24e78e308d6e689ec5b12f8a80058443193c39 100644 (file)
@@ -28,6 +28,7 @@ hugo server trust [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from
index b1a6b971e1068c04eca3bee3e9a0fc1686f5a475..14cc92a00b8ef6e8c60257c1bceedd9ade635b51 100644 (file)
@@ -31,6 +31,7 @@ hugo version [flags] [args]
   -e, --environment string         build environment
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --logLevel string            log level (debug|info|warn|error)
+      --noBuildLock                don't create .hugo_build.lock file
       --quiet                      build in quiet mode
   -M, --renderToMemory             render to memory (mostly useful when running the server)
   -s, --source string              filesystem path to read files relative from