docs: Regenerate CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 1 May 2021 10:05:31 +0000 (12:05 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 1 May 2021 10:05:31 +0000 (12:05 +0200)
38 files changed:
docs/content/en/commands/hugo.md
docs/content/en/commands/hugo_check.md
docs/content/en/commands/hugo_check_ulimit.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_autocomplete.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_site.md
docs/content/en/commands/hugo_new_theme.md
docs/content/en/commands/hugo_server.md
docs/content/en/commands/hugo_version.md

index b503fe40af1780e5d1eca1520575976c76a67dda..7b90bae2e5ac5554b961978a997e9d2604b17926 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo"
 slug: hugo
 url: /commands/hugo/
@@ -81,4 +80,3 @@ hugo [flags]
 * [hugo server](/commands/hugo_server/)         - A high performance webserver
 * [hugo version](/commands/hugo_version/)       - Print the version number of Hugo
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index afec5dbb3b05bde4f1a819ea0e5bbaba40f1a18c..1c9bb0c9dc861e3392541269adc4e1a0e2bbb901 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo check"
 slug: hugo_check
 url: /commands/hugo_check/
@@ -37,4 +36,3 @@ Contains some verification checks
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo check ulimit](/commands/hugo_check_ulimit/)     - Check system ulimit settings
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 6765609136f7a4506b74fd05d17bc1dccf882edb..a27bd6837fcc79ac464ceb47d77884098b6a631c 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo check ulimit"
 slug: hugo_check_ulimit
 url: /commands/hugo_check_ulimit/
@@ -45,4 +44,3 @@ hugo check ulimit [flags]
 
 * [hugo check](/commands/hugo_check/)   - Contains some verification checks
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index ad1c699dc5fab912019954b89cb5d2411205f5e7..e305e68d0a8eabea04c935e4295d87c0e541b8b7 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo config"
 slug: hugo_config
 url: /commands/hugo_config/
@@ -45,4 +44,3 @@ hugo config [flags]
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo config mounts](/commands/hugo_config_mounts/)   - Print the configured file mounts
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 34755e8dfea0dd18780c1cf29d1ceef307db30bd..f12ec8dfa2d9a69df0cad4ff4872273f4dafda66 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo config mounts"
 slug: hugo_config_mounts
 url: /commands/hugo_config_mounts/
@@ -40,4 +39,3 @@ hugo config mounts [flags]
 
 * [hugo config](/commands/hugo_config/)         - Print the site configuration
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index f88bb3e493a30cdbd188ed7cb6a17450243f7400..df67d3c1d2c0fb2c1a5ef8694b8b79e1ce6b2769 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo convert"
 slug: hugo_convert
 url: /commands/hugo_convert/
@@ -47,4 +46,3 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
 * [hugo convert toTOML](/commands/hugo_convert_totoml/)         - Convert front matter to TOML
 * [hugo convert toYAML](/commands/hugo_convert_toyaml/)         - Convert front matter to YAML
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index b8e255087d41ffee0469b475b3d1f764ab3266c5..a6840bbfdedd72f3197413c81a301fdf63dfa5fe 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo convert toJSON"
 slug: hugo_convert_toJSON
 url: /commands/hugo_convert_tojson/
@@ -47,4 +46,3 @@ hugo convert toJSON [flags]
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index aaf935dc3f4f2a88bb7f76bc0ab5c764fe53cc99..522af07b30cfe6646e3a137293efcc10fac640e1 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo convert toTOML"
 slug: hugo_convert_toTOML
 url: /commands/hugo_convert_totoml/
@@ -47,4 +46,3 @@ hugo convert toTOML [flags]
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index d9d3c92f767eb883641b743198e24c25158a890c..656556d308f42735bef949377501f4795f78e4a5 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo convert toYAML"
 slug: hugo_convert_toYAML
 url: /commands/hugo_convert_toyaml/
@@ -47,4 +46,3 @@ hugo convert toYAML [flags]
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index d20dddeee1916a1b910e20cd1b99e71806a93559..41ae5d45754a3a8c76d8c183e7dc69e8e71eca4d 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo deploy"
 slug: hugo_deploy
 url: /commands/hugo_deploy/
@@ -54,4 +53,3 @@ hugo deploy [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index a62315ab1686252e8603b430c178ac220c5bb4e5..c5919b2485f8a88025d980aecf59076d397b2de3 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo env"
 slug: hugo_env
 url: /commands/hugo_env/
@@ -12,6 +11,9 @@ Print Hugo version and environment info
 
 Print Hugo version and environment info. This is useful in Hugo bug reports.
 
+If you add the -v flag, you will get a full dependency list.
+
+
 ```
 hugo env [flags]
 ```
@@ -44,4 +46,3 @@ hugo env [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 05c3bcb5298979ef3c33a4916c37b9eb5287c2ec..84ec7ecbacb51e779c3e4c4afcf7f4372614ced3 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo gen"
 slug: hugo_gen
 url: /commands/hugo_gen/
@@ -40,4 +39,3 @@ A collection of several useful generators.
 * [hugo gen doc](/commands/hugo_gen_doc/)       - Generate Markdown documentation for the Hugo CLI.
 * [hugo gen man](/commands/hugo_gen_man/)       - Generate man pages for the Hugo CLI
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 3b9561366baf636b276dc7e4f833e9a25bba6b7b..7d2d4fd688f523943d5d62a7f63a2adb863e3a5f 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo gen autocomplete"
 slug: hugo_gen_autocomplete
 url: /commands/hugo_gen_autocomplete/
@@ -58,4 +57,3 @@ hugo gen autocomplete [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index cd9dffad3619194a8fc877edf8151ceefe4f83ed..e7b58bf03849ed856f6f2c3bc5528eb4d855d3e7 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo gen chromastyles"
 slug: hugo_gen_chromastyles
 url: /commands/hugo_gen_chromastyles/
@@ -49,4 +48,3 @@ hugo gen chromastyles [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 9b7279e263595853c75e106a78c00ac8f3823355..8c17b594d5a3235f32968104d7a0b2a97cf4d66d 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo gen doc"
 slug: hugo_gen_doc
 url: /commands/hugo_gen_doc/
@@ -51,4 +50,3 @@ hugo gen doc [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 7bb21c3ae6be9d45290e987f90554510f7f8d92b..9aef9ab8ecad6965a7bf334ced39cda93013339d 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo gen man"
 slug: hugo_gen_man
 url: /commands/hugo_gen_man/
@@ -47,4 +46,3 @@ hugo gen man [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 01520a4c2497e0444ea1ae1ef8252834af2d8ee7..1170b3b16529160b80424bb59f0041c2b38b0d60 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo import"
 slug: hugo_import
 url: /commands/hugo_import/
@@ -43,4 +42,3 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo import jekyll](/commands/hugo_import_jekyll/)   - hugo import from Jekyll
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index d9a9487b9fa2f364aa1c324865a8f61dcc230907..f1d811fe62f8dbc2b9c5043eadc703093f65aec6 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo import jekyll"
 slug: hugo_import_jekyll
 url: /commands/hugo_import_jekyll/
@@ -47,4 +46,3 @@ hugo import jekyll [flags]
 
 * [hugo import](/commands/hugo_import/)         - Import your site from others.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 60f57a10900f032a0d3e883e38a389fa2c3b0485..7f70ccb0e2dda890bf13a9f718a7282672884522 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo list"
 slug: hugo_list
 url: /commands/hugo_list/
@@ -46,4 +45,3 @@ List requires a subcommand, e.g. `hugo list drafts`.
 * [hugo list expired](/commands/hugo_list_expired/)     - List all posts already expired
 * [hugo list future](/commands/hugo_list_future/)       - List all posts dated in the future
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index a6325b125011eabfe3037bc2ea80a6bc00893896..1a52f3f3e98cae9b1d879134165924f7b14402ed 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo list all"
 slug: hugo_list_all
 url: /commands/hugo_list_all/
@@ -44,4 +43,3 @@ hugo list all [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index c29d52cb34fada164ad1b5cd9b6c404bb62c5827..0de7b0964c5a640ef4e9d0bb813ffa2c7636b6a0 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo list drafts"
 slug: hugo_list_drafts
 url: /commands/hugo_list_drafts/
@@ -44,4 +43,3 @@ hugo list drafts [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 320eaf0d10c96da7b514dc6d56c7d02a84ab6e59..71e938da1476109ecd56ab474c0055f8e4005347 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo list expired"
 slug: hugo_list_expired
 url: /commands/hugo_list_expired/
@@ -44,4 +43,3 @@ hugo list expired [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index acc594dc7e5f6b485ab95808a5a3b7bce24e1eb1..b723ee0053b5c905d5a603d1f8882fc24de978b7 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo list future"
 slug: hugo_list_future
 url: /commands/hugo_list_future/
@@ -44,4 +43,3 @@ hugo list future [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index b726f8d8f8374624efba2661517f60791bb1bc80..e2be82ac3011eec93da140ebba1f0a8c0b01fa2d 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo mod"
 slug: hugo_mod
 url: /commands/hugo_mod/
@@ -84,4 +83,3 @@ See https://gohugo.io/hugo-modules/ for more information.
 * [hugo mod vendor](/commands/hugo_mod_vendor/)         - Vendor all module dependencies into the _vendor directory.
 * [hugo mod verify](/commands/hugo_mod_verify/)         - Verify dependencies.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 0095db3fa8e00d1276a9f270f45cb1eaab88afae..81caa6c91389a6baf4cb38b93dd35f15c34883e2 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo mod clean"
 slug: hugo_mod_clean
 url: /commands/hugo_mod_clean/
@@ -52,4 +51,3 @@ hugo mod clean [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 3549459fe27b0027ccda26b5a01ab83925f4e7d2..f2f9cff0cef532df21c1fab8d5f244b8599e0351 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo mod get"
 slug: hugo_mod_get
 url: /commands/hugo_mod_get/
@@ -70,4 +69,3 @@ hugo mod get [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 72405b036311504a2cba90ff31d1b5cd02eb27bf..af8b01faf806d7c050f226eda314f3c681f10c65 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo mod graph"
 slug: hugo_mod_graph
 url: /commands/hugo_mod_graph/
@@ -46,4 +45,3 @@ hugo mod graph [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 680a085ccf551045e84fcc0e51e6d29ae55da563..a7a569d30b9669c356e242a20f9b1767cddb8499 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo mod init"
 slug: hugo_mod_init
 url: /commands/hugo_mod_init/
@@ -51,4 +50,3 @@ hugo mod init [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 02932fe04a3aae3e35ece405c688e4274c7c2028..5d000870558946f87700d3bed19e16174d06ae14 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo mod npm"
 slug: hugo_mod_npm
 url: /commands/hugo_mod_npm/
@@ -45,4 +44,3 @@ hugo mod npm [flags]
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 * [hugo mod npm pack](/commands/hugo_mod_npm_pack/)     - Experimental: Prepares and writes a composite package.json file for your project.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index cefd7d2c81ac663add484cedd3f65fc9f7b341de..809c3a5bf81bb6fe01ff4e593436a7b29d12b361 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo mod npm pack"
 slug: hugo_mod_npm_pack
 url: /commands/hugo_mod_npm_pack/
@@ -54,4 +53,3 @@ hugo mod npm pack [flags]
 
 * [hugo mod npm](/commands/hugo_mod_npm/)       - Various npm helpers.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 436cdaf41f207a864cd9d8bfeac5d4d406fcad33..925def7cb71586dfb571138362f4bc44a66d6742 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo mod tidy"
 slug: hugo_mod_tidy
 url: /commands/hugo_mod_tidy/
@@ -40,4 +39,3 @@ hugo mod tidy [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 5d1fd96cc12871eddc469c344e8c6b7be9a53775..2d18951f3103d78d6f971b3470ede4e59e279b28 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo mod vendor"
 slug: hugo_mod_vendor
 url: /commands/hugo_mod_vendor/
@@ -47,4 +46,3 @@ hugo mod vendor [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 753030cedc7d135e1c2ed1c78b50e9799a624abb..cd9b1cbf1614d89f724b969ee17566abc7b08112 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo mod verify"
 slug: hugo_mod_verify
 url: /commands/hugo_mod_verify/
@@ -46,4 +45,3 @@ hugo mod verify [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index 35816e5b6af1106955b8ef6110b19e6c1e923f12..17e305c005960f0fe567320c7327222174cf6b9f 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo new"
 slug: hugo_new
 url: /commands/hugo_new/
@@ -79,4 +78,3 @@ hugo new [path] [flags]
 * [hugo new site](/commands/hugo_new_site/)     - Create a new site (skeleton)
 * [hugo new theme](/commands/hugo_new_theme/)   - Create a new theme
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index f7b330e7c23c2af53c95688969e5ce21bbaf66fe..60e58b1bc4ad55562f516df6b270cded12731183 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo new site"
 slug: hugo_new_site
 url: /commands/hugo_new_site/
@@ -48,4 +47,3 @@ hugo new site [path] [flags]
 
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index d040a252f36ad877cf024eb0c254195afb365caa..3563f5b7366e09e296786c6fc7a50217c0d81fef 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo new theme"
 slug: hugo_new_theme
 url: /commands/hugo_new_theme/
@@ -47,4 +46,3 @@ hugo new theme [name] [flags]
 
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index fc984c7425dc9b69e842788297342ec7a2a46b78..47664f0b6ce8c298a99f5ca8b2eda9dd2d133fe9 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo server"
 slug: hugo_server
 url: /commands/hugo_server/
@@ -92,4 +91,3 @@ hugo server [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 21-Mar-2021
index f73acc82a377a232d1a938cf52271e72f69a63e5..f17671aeda8dee637e672d8720000dacf4560c89 100644 (file)
@@ -1,5 +1,4 @@
 ---
-date: 2021-03-21
 title: "hugo version"
 slug: hugo_version
 url: /commands/hugo_version/
@@ -44,4 +43,3 @@ hugo version [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 21-Mar-2021