summaryrefslogtreecommitdiffstats
path: root/docs/content/en
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-19 17:40:17 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-19 17:40:17 +0200
commit7241b5fd511cbcd46c88a4e65ae24b96f6e2e8b6 (patch)
treeec0fee1bc52d3969beee908474f2d6d7bd9f879f /docs/content/en
parent6dfbd24797f91b18e303eeded2ed27130161b51c (diff)
docs: Regen CLI docs
Diffstat (limited to 'docs/content/en')
-rw-r--r--docs/content/en/commands/hugo.md4
-rw-r--r--docs/content/en/commands/hugo_completion.md4
-rw-r--r--docs/content/en/commands/hugo_completion_bash.md4
-rw-r--r--docs/content/en/commands/hugo_completion_fish.md4
-rw-r--r--docs/content/en/commands/hugo_completion_powershell.md4
-rw-r--r--docs/content/en/commands/hugo_completion_zsh.md4
-rw-r--r--docs/content/en/commands/hugo_config.md4
-rw-r--r--docs/content/en/commands/hugo_config_mounts.md4
-rw-r--r--docs/content/en/commands/hugo_convert.md4
-rw-r--r--docs/content/en/commands/hugo_convert_toJSON.md4
-rw-r--r--docs/content/en/commands/hugo_convert_toTOML.md4
-rw-r--r--docs/content/en/commands/hugo_convert_toYAML.md4
-rw-r--r--docs/content/en/commands/hugo_deploy.md4
-rw-r--r--docs/content/en/commands/hugo_env.md4
-rw-r--r--docs/content/en/commands/hugo_gen.md4
-rw-r--r--docs/content/en/commands/hugo_gen_chromastyles.md4
-rw-r--r--docs/content/en/commands/hugo_gen_doc.md4
-rw-r--r--docs/content/en/commands/hugo_gen_man.md4
-rw-r--r--docs/content/en/commands/hugo_import.md4
-rw-r--r--docs/content/en/commands/hugo_import_jekyll.md4
-rw-r--r--docs/content/en/commands/hugo_list.md4
-rw-r--r--docs/content/en/commands/hugo_list_all.md4
-rw-r--r--docs/content/en/commands/hugo_list_drafts.md4
-rw-r--r--docs/content/en/commands/hugo_list_expired.md4
-rw-r--r--docs/content/en/commands/hugo_list_future.md4
-rw-r--r--docs/content/en/commands/hugo_mod.md4
-rw-r--r--docs/content/en/commands/hugo_mod_clean.md4
-rw-r--r--docs/content/en/commands/hugo_mod_get.md4
-rw-r--r--docs/content/en/commands/hugo_mod_graph.md4
-rw-r--r--docs/content/en/commands/hugo_mod_init.md4
-rw-r--r--docs/content/en/commands/hugo_mod_npm.md4
-rw-r--r--docs/content/en/commands/hugo_mod_npm_pack.md4
-rw-r--r--docs/content/en/commands/hugo_mod_tidy.md4
-rw-r--r--docs/content/en/commands/hugo_mod_vendor.md4
-rw-r--r--docs/content/en/commands/hugo_mod_verify.md4
-rw-r--r--docs/content/en/commands/hugo_new.md4
-rw-r--r--docs/content/en/commands/hugo_new_content.md4
-rw-r--r--docs/content/en/commands/hugo_new_site.md4
-rw-r--r--docs/content/en/commands/hugo_new_theme.md4
-rw-r--r--docs/content/en/commands/hugo_server.md4
-rw-r--r--docs/content/en/commands/hugo_server_trust.md4
-rw-r--r--docs/content/en/commands/hugo_version.md4
42 files changed, 42 insertions, 126 deletions
diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md
index 8f3569abd..f521a2d1f 100644
--- a/docs/content/en/commands/hugo.md
+++ b/docs/content/en/commands/hugo.md
@@ -44,8 +44,7 @@ hugo [flags]
--ignoreCache ignores the cache 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
- --logFile string log File path (if set, logging enabled automatically)
+ --logLevel string log level (debug|info|warn|error)
--minify minify any supported output format (HTML, XML etc.)
--noBuildLock don't create .hugo_build.lock file
--noChmod don't sync permission mode of files
@@ -65,7 +64,6 @@ hugo [flags]
--themesDir string filesystem path to themes directory
--trace file write trace to file (not useful in general)
-v, --verbose verbose output
- --verboseLog verbose logging
-w, --watch watch filesystem for changes and recreate as needed
```
diff --git a/docs/content/en/commands/hugo_completion.md b/docs/content/en/commands/hugo_completion.md
index d7cc64cc2..c9b370da6 100644
--- a/docs/content/en/commands/hugo_completion.md
+++ b/docs/content/en/commands/hugo_completion.md
@@ -29,13 +29,11 @@ See each sub-command's help for details on how to use the generated script.
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_completion_bash.md b/docs/content/en/commands/hugo_completion_bash.md
index eb6fdd8d4..875ecfc19 100644
--- a/docs/content/en/commands/hugo_completion_bash.md
+++ b/docs/content/en/commands/hugo_completion_bash.md
@@ -52,13 +52,11 @@ hugo completion bash
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_completion_fish.md b/docs/content/en/commands/hugo_completion_fish.md
index f81acb8af..87b84a702 100644
--- a/docs/content/en/commands/hugo_completion_fish.md
+++ b/docs/content/en/commands/hugo_completion_fish.md
@@ -43,13 +43,11 @@ hugo completion fish [flags]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_completion_powershell.md b/docs/content/en/commands/hugo_completion_powershell.md
index 5f900ec59..77cfeda5f 100644
--- a/docs/content/en/commands/hugo_completion_powershell.md
+++ b/docs/content/en/commands/hugo_completion_powershell.md
@@ -40,13 +40,11 @@ hugo completion powershell [flags]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_completion_zsh.md b/docs/content/en/commands/hugo_completion_zsh.md
index fbe5c6ad4..84856b6b3 100644
--- a/docs/content/en/commands/hugo_completion_zsh.md
+++ b/docs/content/en/commands/hugo_completion_zsh.md
@@ -54,13 +54,11 @@ hugo completion zsh [flags]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_config.md b/docs/content/en/commands/hugo_config.md
index e3204ba1f..e910a3235 100644
--- a/docs/content/en/commands/hugo_config.md
+++ b/docs/content/en/commands/hugo_config.md
@@ -37,13 +37,11 @@ hugo config [command] [flags]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_config_mounts.md b/docs/content/en/commands/hugo_config_mounts.md
index 70f975142..59087c771 100644
--- a/docs/content/en/commands/hugo_config_mounts.md
+++ b/docs/content/en/commands/hugo_config_mounts.md
@@ -31,13 +31,11 @@ hugo config mounts [flags] [args]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_convert.md b/docs/content/en/commands/hugo_convert.md
index c52433487..a4d0e501b 100644
--- a/docs/content/en/commands/hugo_convert.md
+++ b/docs/content/en/commands/hugo_convert.md
@@ -35,13 +35,11 @@ hugo convert [command] [flags]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_convert_toJSON.md b/docs/content/en/commands/hugo_convert_toJSON.md
index 4b811f49e..23d6a1032 100644
--- a/docs/content/en/commands/hugo_convert_toJSON.md
+++ b/docs/content/en/commands/hugo_convert_toJSON.md
@@ -32,15 +32,13 @@ hugo convert toJSON [flags] [args]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
-o, --output string filesystem path to write files to
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
--unsafe enable less safe operations, please backup first
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_convert_toTOML.md b/docs/content/en/commands/hugo_convert_toTOML.md
index 19d847e90..431547a79 100644
--- a/docs/content/en/commands/hugo_convert_toTOML.md
+++ b/docs/content/en/commands/hugo_convert_toTOML.md
@@ -32,15 +32,13 @@ hugo convert toTOML [flags] [args]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
-o, --output string filesystem path to write files to
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
--unsafe enable less safe operations, please backup first
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_convert_toYAML.md b/docs/content/en/commands/hugo_convert_toYAML.md
index 1785d3ad8..03f7fbb25 100644
--- a/docs/content/en/commands/hugo_convert_toYAML.md
+++ b/docs/content/en/commands/hugo_convert_toYAML.md
@@ -32,15 +32,13 @@ hugo convert toYAML [flags] [args]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
-o, --output string filesystem path to write files to
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
--unsafe enable less safe operations, please backup first
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_deploy.md b/docs/content/en/commands/hugo_deploy.md
index 4bec6df50..b4ab3e618 100644
--- a/docs/content/en/commands/hugo_deploy.md
+++ b/docs/content/en/commands/hugo_deploy.md
@@ -42,13 +42,11 @@ hugo deploy [flags] [args]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_env.md b/docs/content/en/commands/hugo_env.md
index 296e6e002..076ddef26 100644
--- a/docs/content/en/commands/hugo_env.md
+++ b/docs/content/en/commands/hugo_env.md
@@ -31,13 +31,11 @@ hugo env [flags] [args]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_gen.md b/docs/content/en/commands/hugo_gen.md
index 71c6dfe42..620d60676 100644
--- a/docs/content/en/commands/hugo_gen.md
+++ b/docs/content/en/commands/hugo_gen.md
@@ -27,13 +27,11 @@ hugo gen [command] [flags]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_gen_chromastyles.md b/docs/content/en/commands/hugo_gen_chromastyles.md
index 9c41f7174..bcb2fbf08 100644
--- a/docs/content/en/commands/hugo_gen_chromastyles.md
+++ b/docs/content/en/commands/hugo_gen_chromastyles.md
@@ -36,13 +36,11 @@ hugo gen chromastyles [flags] [args]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_gen_doc.md b/docs/content/en/commands/hugo_gen_doc.md
index 59999fb7b..d0b01a938 100644
--- a/docs/content/en/commands/hugo_gen_doc.md
+++ b/docs/content/en/commands/hugo_gen_doc.md
@@ -37,13 +37,11 @@ hugo gen doc [flags] [args]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_gen_man.md b/docs/content/en/commands/hugo_gen_man.md
index f2c40d71d..6a63a583e 100644
--- a/docs/content/en/commands/hugo_gen_man.md
+++ b/docs/content/en/commands/hugo_gen_man.md
@@ -34,13 +34,11 @@ hugo gen man [flags] [args]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO
diff --git a/docs/content/en/commands/hugo_import.md b/docs/content/en/commands/hugo_import.md
index c9774f466..570353d34 100644
--- a/docs/content/en/commands/hugo_import.md
+++ b/docs/content/en/commands/hugo_import.md
@@ -33,13 +33,11 @@ hugo import [command] [flags]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--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)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-