Skip to content

Commit 4462861

Browse files
committed
docs: Regen CLI docs
1 parent 0fc8678 commit 4462861

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-1
lines changed

‎docs/content/en/commands/hugo_completion.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ See each sub-command's help for details on how to use the generated script.
2929
-e, --environment string build environment
3030
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3131
--logLevel string log level (debug|info|warn|error)
32+
--noBuildLock don't create .hugo_build.lock file
3233
--quiet build in quiet mode
3334
-M, --renderToMemory render to memory (mostly useful when running the server)
3435
-s, --source string filesystem path to read files relative from

‎docs/content/en/commands/hugo_completion_bash.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ hugo completion bash
5252
-e, --environment string build environment
5353
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
5454
--logLevel string log level (debug|info|warn|error)
55+
--noBuildLock don't create .hugo_build.lock file
5556
--quiet build in quiet mode
5657
-M, --renderToMemory render to memory (mostly useful when running the server)
5758
-s, --source string filesystem path to read files relative from

‎docs/content/en/commands/hugo_completion_fish.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ hugo completion fish [flags]
4343
-e, --environment string build environment
4444
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4545
--logLevel string log level (debug|info|warn|error)
46+
--noBuildLock don't create .hugo_build.lock file
4647
--quiet build in quiet mode
4748
-M, --renderToMemory render to memory (mostly useful when running the server)
4849
-s, --source string filesystem path to read files relative from

‎docs/content/en/commands/hugo_completion_powershell.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ hugo completion powershell [flags]
4040
-e, --environment string build environment
4141
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4242
--logLevel string log level (debug|info|warn|error)
43+
--noBuildLock don't create .hugo_build.lock file
4344
--quiet build in quiet mode
4445
-M, --renderToMemory render to memory (mostly useful when running the server)
4546
-s, --source string filesystem path to read files relative from

‎docs/content/en/commands/hugo_completion_zsh.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hugo completion zsh [flags]
5454
-e, --environment string build environment
5555
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
5656
--logLevel string log level (debug|info|warn|error)
57+
--noBuildLock don't create .hugo_build.lock file
5758
--quiet build in quiet mode
5859
-M, --renderToMemory render to memory (mostly useful when running the server)
5960
-s, --source string filesystem path to read files relative from

‎docs/content/en/commands/hugo_config.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ hugo config [command] [flags]
3838
-e, --environment string build environment
3939
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4040
--logLevel string log level (debug|info|warn|error)
41+
--noBuildLock don't create .hugo_build.lock file
4142
--quiet build in quiet mode
4243
-M, --renderToMemory render to memory (mostly useful when running the server)
4344
-s, --source string filesystem path to read files relative from

‎docs/content/en/commands/hugo_config_mounts.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hugo config mounts [flags] [args]
3232
-e, --environment string build environment
3333
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3434
--logLevel string log level (debug|info|warn|error)
35+
--noBuildLock don't create .hugo_build.lock file
3536
--quiet build in quiet mode
3637
-M, --renderToMemory render to memory (mostly useful when running the server)
3738
-s, --source string filesystem path to read files relative from

‎docs/content/en/commands/hugo_convert.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
3131
-e, --environment string build environment
3232
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3333
--logLevel string log level (debug|info|warn|error)
34+
--noBuildLock don't create .hugo_build.lock file
3435
--quiet build in quiet mode
3536
-M, --renderToMemory render to memory (mostly useful when running the server)
3637
-s, --source string filesystem path to read files relative from

‎docs/content/en/commands/hugo_convert_toJSON.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hugo convert toJSON [flags] [args]
3232
-e, --environment string build environment
3333
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3434
--logLevel string log level (debug|info|warn|error)
35+
--noBuildLock don't create .hugo_build.lock file
3536
-o, --output string filesystem path to write files to
3637
--quiet build in quiet mode
3738
-M, --renderToMemory render to memory (mostly useful when running the server)

‎docs/content/en/commands/hugo_convert_toTOML.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hugo convert toTOML [flags] [args]
3232
-e, --environment string build environment
3333
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3434
--logLevel string log level (debug|info|warn|error)
35+
--noBuildLock don't create .hugo_build.lock file
3536
-o, --output string filesystem path to write files to
3637
--quiet build in quiet mode
3738
-M, --renderToMemory render to memory (mostly useful when running the server)

0 commit comments

Comments
 (0)