Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-04 19:12:09 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-04 19:12:09 +0300
commit965760835dbd0a83b176e4ccf896ffb9ed38e6d7 (patch)
treef0f87ea024904048426610dee6a9fb9e931a300c /docs
parent4a0b55330caa2ed0be486e34428294d060c45296 (diff)
docs: Regenerate CLI docs
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/commands/hugo.md1
-rw-r--r--docs/content/en/commands/hugo_check.md1
-rw-r--r--docs/content/en/commands/hugo_check_ulimit.md1
-rw-r--r--docs/content/en/commands/hugo_completion.md1
-rw-r--r--docs/content/en/commands/hugo_completion_bash.md1
-rw-r--r--docs/content/en/commands/hugo_completion_fish.md1
-rw-r--r--docs/content/en/commands/hugo_completion_powershell.md1
-rw-r--r--docs/content/en/commands/hugo_completion_zsh.md1
-rw-r--r--docs/content/en/commands/hugo_config.md1
-rw-r--r--docs/content/en/commands/hugo_config_mounts.md1
-rw-r--r--docs/content/en/commands/hugo_convert.md1
-rw-r--r--docs/content/en/commands/hugo_convert_toJSON.md1
-rw-r--r--docs/content/en/commands/hugo_convert_toTOML.md1
-rw-r--r--docs/content/en/commands/hugo_convert_toYAML.md1
-rw-r--r--docs/content/en/commands/hugo_deploy.md1
-rw-r--r--docs/content/en/commands/hugo_env.md1
-rw-r--r--docs/content/en/commands/hugo_gen.md1
-rw-r--r--docs/content/en/commands/hugo_gen_autocomplete.md1
-rw-r--r--docs/content/en/commands/hugo_gen_chromastyles.md1
-rw-r--r--docs/content/en/commands/hugo_gen_doc.md1
-rw-r--r--docs/content/en/commands/hugo_gen_man.md1
-rw-r--r--docs/content/en/commands/hugo_import.md1
-rw-r--r--docs/content/en/commands/hugo_import_jekyll.md1
-rw-r--r--docs/content/en/commands/hugo_list.md1
-rw-r--r--docs/content/en/commands/hugo_list_all.md1
-rw-r--r--docs/content/en/commands/hugo_list_drafts.md1
-rw-r--r--docs/content/en/commands/hugo_list_expired.md1
-rw-r--r--docs/content/en/commands/hugo_list_future.md1
-rw-r--r--docs/content/en/commands/hugo_mod.md3
-rw-r--r--docs/content/en/commands/hugo_mod_clean.md1
-rw-r--r--docs/content/en/commands/hugo_mod_get.md3
-rw-r--r--docs/content/en/commands/hugo_mod_graph.md1
-rw-r--r--docs/content/en/commands/hugo_mod_init.md1
-rw-r--r--docs/content/en/commands/hugo_mod_npm.md1
-rw-r--r--docs/content/en/commands/hugo_mod_npm_pack.md1
-rw-r--r--docs/content/en/commands/hugo_mod_tidy.md1
-rw-r--r--docs/content/en/commands/hugo_mod_vendor.md1
-rw-r--r--docs/content/en/commands/hugo_mod_verify.md1
-rw-r--r--docs/content/en/commands/hugo_new.md1
-rw-r--r--docs/content/en/commands/hugo_new_site.md1
-rw-r--r--docs/content/en/commands/hugo_new_theme.md1
-rw-r--r--docs/content/en/commands/hugo_server.md1
-rw-r--r--docs/content/en/commands/hugo_version.md1
43 files changed, 2 insertions, 45 deletions
diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md
index 00d60be04..b6d03cc22 100644
--- a/docs/content/en/commands/hugo.md
+++ b/docs/content/en/commands/hugo.md
@@ -42,7 +42,6 @@ hugo [flags]
-h, --help help for hugo
--i18n-warnings print missing translations
--ignoreCache ignores the cache directory
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
-l, --layoutDir string filesystem path to layout directory
--log enable Logging
diff --git a/docs/content/en/commands/hugo_check.md b/docs/content/en/commands/hugo_check.md
index 1c9bb0c9d..b87f6668a 100644
--- a/docs/content/en/commands/hugo_check.md
+++ b/docs/content/en/commands/hugo_check.md
@@ -20,7 +20,6 @@ Contains some verification checks
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_check_ulimit.md b/docs/content/en/commands/hugo_check_ulimit.md
index a27bd6837..afeda609a 100644
--- a/docs/content/en/commands/hugo_check_ulimit.md
+++ b/docs/content/en/commands/hugo_check_ulimit.md
@@ -29,7 +29,6 @@ hugo check ulimit [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_completion.md b/docs/content/en/commands/hugo_completion.md
index fdcb008b8..944021d08 100644
--- a/docs/content/en/commands/hugo_completion.md
+++ b/docs/content/en/commands/hugo_completion.md
@@ -27,7 +27,6 @@ See each sub-command's help for details on how to use the generated script.
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_completion_bash.md b/docs/content/en/commands/hugo_completion_bash.md
index 5ff7c0ad6..4d5a69277 100644
--- a/docs/content/en/commands/hugo_completion_bash.md
+++ b/docs/content/en/commands/hugo_completion_bash.md
@@ -45,7 +45,6 @@ hugo completion bash
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_completion_fish.md b/docs/content/en/commands/hugo_completion_fish.md
index aab77bfa0..0d2387410 100644
--- a/docs/content/en/commands/hugo_completion_fish.md
+++ b/docs/content/en/commands/hugo_completion_fish.md
@@ -39,7 +39,6 @@ hugo completion fish [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_completion_powershell.md b/docs/content/en/commands/hugo_completion_powershell.md
index dc8aadc37..ab45bbcc7 100644
--- a/docs/content/en/commands/hugo_completion_powershell.md
+++ b/docs/content/en/commands/hugo_completion_powershell.md
@@ -37,7 +37,6 @@ hugo completion powershell [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_completion_zsh.md b/docs/content/en/commands/hugo_completion_zsh.md
index b3062b7a1..06fb7507e 100644
--- a/docs/content/en/commands/hugo_completion_zsh.md
+++ b/docs/content/en/commands/hugo_completion_zsh.md
@@ -44,7 +44,6 @@ hugo completion zsh [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_config.md b/docs/content/en/commands/hugo_config.md
index e305e68d0..eb82b06ed 100644
--- a/docs/content/en/commands/hugo_config.md
+++ b/docs/content/en/commands/hugo_config.md
@@ -28,7 +28,6 @@ hugo config [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_config_mounts.md b/docs/content/en/commands/hugo_config_mounts.md
index f12ec8dfa..76592620b 100644
--- a/docs/content/en/commands/hugo_config_mounts.md
+++ b/docs/content/en/commands/hugo_config_mounts.md
@@ -24,7 +24,6 @@ hugo config mounts [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_convert.md b/docs/content/en/commands/hugo_convert.md
index df67d3c1d..686506211 100644
--- a/docs/content/en/commands/hugo_convert.md
+++ b/docs/content/en/commands/hugo_convert.md
@@ -28,7 +28,6 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_convert_toJSON.md b/docs/content/en/commands/hugo_convert_toJSON.md
index a6840bbfd..b055529c0 100644
--- a/docs/content/en/commands/hugo_convert_toJSON.md
+++ b/docs/content/en/commands/hugo_convert_toJSON.md
@@ -29,7 +29,6 @@ hugo convert toJSON [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_convert_toTOML.md b/docs/content/en/commands/hugo_convert_toTOML.md
index 522af07b3..cc98e3e30 100644
--- a/docs/content/en/commands/hugo_convert_toTOML.md
+++ b/docs/content/en/commands/hugo_convert_toTOML.md
@@ -29,7 +29,6 @@ hugo convert toTOML [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_convert_toYAML.md b/docs/content/en/commands/hugo_convert_toYAML.md
index 656556d30..fd3c3c08c 100644
--- a/docs/content/en/commands/hugo_convert_toYAML.md
+++ b/docs/content/en/commands/hugo_convert_toYAML.md
@@ -29,7 +29,6 @@ hugo convert toYAML [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_deploy.md b/docs/content/en/commands/hugo_deploy.md
index 41ae5d457..336bd0348 100644
--- a/docs/content/en/commands/hugo_deploy.md
+++ b/docs/content/en/commands/hugo_deploy.md
@@ -38,7 +38,6 @@ hugo deploy [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_env.md b/docs/content/en/commands/hugo_env.md
index c5919b248..3fad2ace1 100644
--- a/docs/content/en/commands/hugo_env.md
+++ b/docs/content/en/commands/hugo_env.md
@@ -31,7 +31,6 @@ hugo env [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_gen.md b/docs/content/en/commands/hugo_gen.md
index 84ec7ecba..fc321a9e9 100644
--- a/docs/content/en/commands/hugo_gen.md
+++ b/docs/content/en/commands/hugo_gen.md
@@ -20,7 +20,6 @@ A collection of several useful generators.
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_gen_autocomplete.md b/docs/content/en/commands/hugo_gen_autocomplete.md
index 7d2d4fd68..77f2fa076 100644
--- a/docs/content/en/commands/hugo_gen_autocomplete.md
+++ b/docs/content/en/commands/hugo_gen_autocomplete.md
@@ -42,7 +42,6 @@ hugo gen autocomplete [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_gen_chromastyles.md b/docs/content/en/commands/hugo_gen_chromastyles.md
index 2c24abca7..c032056bf 100644
--- a/docs/content/en/commands/hugo_gen_chromastyles.md
+++ b/docs/content/en/commands/hugo_gen_chromastyles.md
@@ -33,7 +33,6 @@ hugo gen chromastyles [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_gen_doc.md b/docs/content/en/commands/hugo_gen_doc.md
index 8c17b594d..158f3728b 100644
--- a/docs/content/en/commands/hugo_gen_doc.md
+++ b/docs/content/en/commands/hugo_gen_doc.md
@@ -35,7 +35,6 @@ hugo gen doc [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_gen_man.md b/docs/content/en/commands/hugo_gen_man.md
index 9aef9ab8e..e39a97999 100644
--- a/docs/content/en/commands/hugo_gen_man.md
+++ b/docs/content/en/commands/hugo_gen_man.md
@@ -31,7 +31,6 @@ hugo gen man [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_import.md b/docs/content/en/commands/hugo_import.md
index 1170b3b16..24cf29541 100644
--- a/docs/content/en/commands/hugo_import.md
+++ b/docs/content/en/commands/hugo_import.md
@@ -26,7 +26,6 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_import_jekyll.md b/docs/content/en/commands/hugo_import_jekyll.md
index f1d811fe6..08f97fb43 100644
--- a/docs/content/en/commands/hugo_import_jekyll.md
+++ b/docs/content/en/commands/hugo_import_jekyll.md
@@ -31,7 +31,6 @@ hugo import jekyll [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_list.md b/docs/content/en/commands/hugo_list.md
index 7f70ccb0e..ed5836fef 100644
--- a/docs/content/en/commands/hugo_list.md
+++ b/docs/content/en/commands/hugo_list.md
@@ -26,7 +26,6 @@ List requires a subcommand, e.g. `hugo list drafts`.
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_list_all.md b/docs/content/en/commands/hugo_list_all.md
index 1a52f3f3e..1bc26e79b 100644
--- a/docs/content/en/commands/hugo_list_all.md
+++ b/docs/content/en/commands/hugo_list_all.md
@@ -28,7 +28,6 @@ hugo list all [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_list_drafts.md b/docs/content/en/commands/hugo_list_drafts.md
index 0de7b0964..5a59db500 100644
--- a/docs/content/en/commands/hugo_list_drafts.md
+++ b/docs/content/en/commands/hugo_list_drafts.md
@@ -28,7 +28,6 @@ hugo list drafts [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_list_expired.md b/docs/content/en/commands/hugo_list_expired.md
index 71e938da1..85c78632c 100644
--- a/docs/content/en/commands/hugo_list_expired.md
+++ b/docs/content/en/commands/hugo_list_expired.md
@@ -28,7 +28,6 @@ hugo list expired [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_list_future.md b/docs/content/en/commands/hugo_list_future.md
index b723ee005..0c2b3b6c3 100644
--- a/docs/content/en/commands/hugo_list_future.md
+++ b/docs/content/en/commands/hugo_list_future.md
@@ -28,7 +28,6 @@ hugo list future [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_mod.md b/docs/content/en/commands/hugo_mod.md
index 044cff1a2..8e129076c 100644
--- a/docs/content/en/commands/hugo_mod.md
+++ b/docs/content/en/commands/hugo_mod.md
@@ -16,7 +16,7 @@ This is not needed if you only operate on modules inside /themes or if you have
Note that Hugo will always start out by resolving the components defined in the site
-configuration, provided by a _vendor directory (if no --ignoreVendor flag provided),
+configuration, provided by a _vendor directory (if no --ignoreVendorPaths flag provided),
Go Modules, or a folder inside the themes directory, in that order.
See https://gohugo.io/hugo-modules/ for more information.
@@ -61,7 +61,6 @@ See https://gohugo.io/hugo-modules/ for more information.
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_mod_clean.md b/docs/content/en/commands/hugo_mod_clean.md
index 81caa6c91..e8a86d3fa 100644
--- a/docs/content/en/commands/hugo_mod_clean.md
+++ b/docs/content/en/commands/hugo_mod_clean.md
@@ -36,7 +36,6 @@ hugo mod clean [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_mod_get.md b/docs/content/en/commands/hugo_mod_get.md
index f2f9cff0c..d63e380ae 100644
--- a/docs/content/en/commands/hugo_mod_get.md
+++ b/docs/content/en/commands/hugo_mod_get.md
@@ -30,7 +30,7 @@ Install the latest versions of all module dependencies:
Run "go help get" for more information. All flags available for "go get" is also relevant here.
Note that Hugo will always start out by resolving the components defined in the site
-configuration, provided by a _vendor directory (if no --ignoreVendor flag provided),
+configuration, provided by a _vendor directory (if no --ignoreVendorPaths flag provided),
Go Modules, or a folder inside the themes directory, in that order.
See https://gohugo.io/hugo-modules/ for more information.
@@ -54,7 +54,6 @@ hugo mod get [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_mod_graph.md b/docs/content/en/commands/hugo_mod_graph.md
index af8b01faf..6889a2823 100644
--- a/docs/content/en/commands/hugo_mod_graph.md
+++ b/docs/content/en/commands/hugo_mod_graph.md
@@ -30,7 +30,6 @@ hugo mod graph [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_mod_init.md b/docs/content/en/commands/hugo_mod_init.md
index a7a569d30..824973d4d 100644
--- a/docs/content/en/commands/hugo_mod_init.md
+++ b/docs/content/en/commands/hugo_mod_init.md
@@ -35,7 +35,6 @@ hugo mod init [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_mod_npm.md b/docs/content/en/commands/hugo_mod_npm.md
index 5d0008705..db38fd2d8 100644
--- a/docs/content/en/commands/hugo_mod_npm.md
+++ b/docs/content/en/commands/hugo_mod_npm.md
@@ -28,7 +28,6 @@ hugo mod npm [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_mod_npm_pack.md b/docs/content/en/commands/hugo_mod_npm_pack.md
index 809c3a5bf..cde0c452b 100644
--- a/docs/content/en/commands/hugo_mod_npm_pack.md
+++ b/docs/content/en/commands/hugo_mod_npm_pack.md
@@ -38,7 +38,6 @@ hugo mod npm pack [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_mod_tidy.md b/docs/content/en/commands/hugo_mod_tidy.md
index 925def7cb..76dcd8e11 100644
--- a/docs/content/en/commands/hugo_mod_tidy.md
+++ b/docs/content/en/commands/hugo_mod_tidy.md
@@ -24,7 +24,6 @@ hugo mod tidy [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_mod_vendor.md b/docs/content/en/commands/hugo_mod_vendor.md
index 2d18951f3..cde46591f 100644
--- a/docs/content/en/commands/hugo_mod_vendor.md
+++ b/docs/content/en/commands/hugo_mod_vendor.md
@@ -31,7 +31,6 @@ hugo mod vendor [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_mod_verify.md b/docs/content/en/commands/hugo_mod_verify.md
index cd9b1cbf1..079245291 100644
--- a/docs/content/en/commands/hugo_mod_verify.md
+++ b/docs/content/en/commands/hugo_mod_verify.md
@@ -30,7 +30,6 @@ hugo mod verify [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_new.md b/docs/content/en/commands/hugo_new.md
index 4c49d11c7..85de74db4 100644
--- a/docs/content/en/commands/hugo_new.md
+++ b/docs/content/en/commands/hugo_new.md
@@ -62,7 +62,6 @@ hugo new [path] [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_new_site.md b/docs/content/en/commands/hugo_new_site.md
index 60e58b1bc..3b16d6a96 100644
--- a/docs/content/en/commands/hugo_new_site.md
+++ b/docs/content/en/commands/hugo_new_site.md
@@ -32,7 +32,6 @@ hugo new site [path] [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_new_theme.md b/docs/content/en/commands/hugo_new_theme.md
index 3563f5b73..0908f01e1 100644
--- a/docs/content/en/commands/hugo_new_theme.md
+++ b/docs/content/en/commands/hugo_new_theme.md
@@ -31,7 +31,6 @@ hugo new theme [name] [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md
index d801054dc..e32975bdb 100644
--- a/docs/content/en/commands/hugo_server.md
+++ b/docs/content/en/commands/hugo_server.md
@@ -77,7 +77,6 @@ hugo server [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
diff --git a/docs/content/en/commands/hugo_version.md b/docs/content/en/commands/hugo_version.md
index f17671aed..8d3a65dd3 100644
--- a/docs/content/en/commands/hugo_version.md
+++ b/docs/content/en/commands/hugo_version.md
@@ -28,7 +28,6 @@ hugo version [flags]
--configDir string config dir (default "config")
--debug debug output
-e, --environment string build environment
- --ignoreVendor ignores any _vendor directory
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)