]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
docs: Regen CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 19 Jun 2023 15:40:17 +0000 (17:40 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 19 Jun 2023 15:40:17 +0000 (17:40 +0200)
42 files changed:
docs/content/en/commands/hugo.md
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_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 8f3569abd31a03d477271f66ded78ef26ffdb7a0..f521a2d1f59e17776124b6511720581ad03917b2 100644 (file)
@@ -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
 ```
 
index d7cc64cc2fbde18285a9df3dfedeba408083c350..c9b370da6e76a4d5522fd8d74c461b9a9c231bdf 100644 (file)
@@ -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
index eb6fdd8d47aeb0dbec1ae9f722411f99b7b3201f..875ecfc19f991a59e8199505d633dced37b65574 100644 (file)
@@ -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
index f81acb8afead57995fc9c4ce3ffe6ab25b21f174..87b84a702046411172e6607c4af3dc032a212ae1 100644 (file)
@@ -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
index 5f900ec594ac2ccd5412e595df7781fb84c50c98..77cfeda5f514b9a7be6cb941d19d032a453573ba 100644 (file)
@@ -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
index fbe5c6ad4c4e725af8daba597defab9a8803ee87..84856b6b32fd09ee21e803d09f42c03b2fc989c8 100644 (file)
@@ -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
index e3204ba1f427129f56ccfd7beee808cf7aaa3519..e910a3235ac360c702fdebe71b0ebeabf44716a5 100644 (file)
@@ -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
index 70f9751424caf8fc15fd3bc101c953d44b7aba06..59087c7714719f7f8722eda427475f7257d60809 100644 (file)
@@ -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
index c524334874a0590a505fae23268c3d1181865de7..a4d0e501b12aa641fdfb69b09f9944c83523a46e 100644 (file)
@@ -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
index 4b811f49e676793ca07de7fb801ac416f3e2e08d..23d6a1032e0b1a2704b317ea917e6ae96465cac3 100644 (file)
@@ -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
index 19d847e9019e2e6db1593b042f7b9bf68de9c2b2..431547a79cb828c730356f51b4493e97e9ca81af 100644 (file)
@@ -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
index 1785d3ad8ab49fd70e6b2c17a6216a9b55dc76f8..03f7fbb25666c1a3369d43a50a1de4a081062d5f 100644 (file)
@@ -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
index 4bec6df50b38f4ea2ff87dffc3e3114e7b39011a..b4ab3e6186645faa087171fed96348abca3a6fc6 100644 (file)
@@ -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
index 296e6e00218d58c9907a6f5d74b03bea5c1d00e5..076ddef26dfe4b0f4ab69c392e98287a68594f4d 100644 (file)
@@ -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
index 71c6dfe42040d04a84198c3942e59be076a0610c..620d60676ed74f0a6bd9fb09a5020d260364a3c9 100644 (file)
@@ -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
index 9c41f7174549b088aba253a2cd9a67a0fdd8f947..bcb2fbf083cfea0671a583d60bd514a04044bef6 100644 (file)
@@ -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
index 59999fb7bede0bf54c75769150599b52597818d7..d0b01a938ad6e87e9e416f0cf523dd4a50ab1453 100644 (file)
@@ -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
index f2c40d71d3aac7c202e611671f85bf8efba3f5b1..6a63a583eb1990ebeba6a745254019141ac3fdaf 100644 (file)
@@ -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
index c9774f466ed9b88b1a5e17887b47ac4f2365de5c..570353d34112b1292a52dd922ef0cd7c9ce6de09 100644 (file)
@@ -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
   -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
index 4e4876d90e7e0671860fb6af81bc512f6572d302..af751348c110b2e9fc4f3f18f119505c2c88968b 100644 (file)
@@ -34,13 +34,11 @@ hugo import jekyll [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
index 6a3ec36d83d4cb2db78d27a4a80c2159448a3ed3..7cd2b288dba36aedcd8029ec81f3f37850321dc9 100644 (file)
@@ -33,13 +33,11 @@ hugo list [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
index 5ac8a7c359bc6d2cdb14306982942e9a6f4510b9..49f692de000c707be2ef2a6d37990d4b13ea76d9 100644 (file)
@@ -31,13 +31,11 @@ hugo list all [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
index 601c7648fbe310282eb232818cb7b77aaa125258..e84e582e66db498e10ff7e1430ab76e5937be877 100644 (file)
@@ -31,13 +31,11 @@ hugo list drafts [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
index 47a9cc369da87c1955836d1411a7ed8e19b49c85..43feb5d8e131e092a3a09f64a0af2285dfafd6a8 100644 (file)
@@ -31,13 +31,11 @@ hugo list expired [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
index 5cbb86c7482e01496e24bc84f86cc2b4c1968a86..419accd6c44ec1287aec5a989d2e37d5369b11b6 100644 (file)
@@ -31,13 +31,11 @@ hugo list future [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
index ac7e16f254ec56eb677d7b89f8ac9267e4bcf710..dc712b1dee2e96977d600332b2bf16caa91525f5 100644 (file)
@@ -38,13 +38,11 @@ See https://gohugo.io/hugo-modules/ for more information.
   -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
index bb6b735b376f787be6823fbf5798b94f7604c3f0..6ca413993f83ea235f3c3b4cb72ee8d9fa267ad3 100644 (file)
@@ -37,13 +37,11 @@ hugo mod clean [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
index 21fa1f967f764aa612379155e63ad6f52c3aba3a..784e81f44522c36c27167ee5dd9f5181f2c6d111 100644 (file)
@@ -57,13 +57,11 @@ hugo mod get [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
index 26c89371eda7781275f8c114a8974aa9d78c9265..55c95ca233e5463279aa22a2de2dc6d2fa869a9e 100644 (file)
@@ -38,13 +38,11 @@ hugo mod graph [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
index 0def6b91c56df9a371bc812757ed505305835c76..bef38c0501d73562fee8a3c7464da8243ed1c9fa 100644 (file)
@@ -42,13 +42,11 @@ hugo mod init [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
index 8e13a7294f73985324565252f28a8a84b10235b6..fcd834798a80e5000832640d4d51294c26295f2d 100644 (file)
@@ -31,13 +31,11 @@ hugo mod npm [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
index 65404e009e4fea6caed3d369a4ba4bfd28e4d674..4f37f40dfa4041a2b3cd989c893e5764d8ed9dab 100644 (file)
@@ -45,13 +45,11 @@ hugo mod npm pack [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
index f58204a2b4de6405ea8e26244899b51306d8cf1e..b28c6a3c27de4aa120f29d188504bf9204cb7a80 100644 (file)
@@ -31,13 +31,11 @@ hugo mod tidy [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
index d6e8ca0a190ef20f5958bb22a974177b594bd24b..3df56362186be31b383c8b9defb7b6da9bf68738 100644 (file)
@@ -37,13 +37,11 @@ hugo mod vendor [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
index b712432468aa67fb58ad17d0e4a5665f7c7e2aac..86f908564ab0cbcec155935fd2da1ae9d7592113 100644 (file)
@@ -36,13 +36,11 @@ hugo mod verify [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
index 31d6f1f18edf58e9a3cafe4830ac97461a7f00c7..267f6a426ea71acfbfc91872d5f685d2a1807af5 100644 (file)
@@ -38,13 +38,11 @@ hugo new [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
index c566b1e556e900ad4a055f030a34b11fcf421167..0aa897c64b088651e090d586235bbb7090a96e28 100644 (file)
@@ -46,13 +46,11 @@ hugo new content [path] [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
index 9409f1e28ade5e3070780e10b8612b5a8996a6df..fb465dc7daf16a615169b9f39579718278dec68e 100644 (file)
@@ -34,13 +34,11 @@ hugo new site [path] [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
index a4057e0f1b80fa588873248d539d30e92b46ec3c..027f636f264c79c5b11f3a23f829833415b595ba 100644 (file)
@@ -33,13 +33,11 @@ hugo new theme [path] [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
index 19055825a96c4a1c486e573b85905ac4281f76de..601fd4406c0ce204a72c9db31e8874b82fe655b1 100644 (file)
@@ -84,13 +84,11 @@ hugo server [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
index 0217f0d6c1413b25980c57ce1e71447503c9e639..b789eb69a60d105d41a65c7056b557624bb2d12d 100644 (file)
@@ -28,13 +28,11 @@ hugo server trust [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
index b78237bb738c3d468b7cf321dcab502e4aed36cc..cf23e7fefda35abcb830151499e3f39a349e6733 100644 (file)
@@ -31,13 +31,11 @@ hugo version [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