]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
docs: Regenerate CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 28 May 2023 11:07:47 +0000 (13:07 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 28 May 2023 11:07:47 +0000 (13:07 +0200)
docs/content/en/commands/hugo_config.md
docs/content/en/commands/hugo_config_mounts.md
docs/content/en/commands/hugo_mod_clean.md
docs/content/en/commands/hugo_mod_graph.md
docs/content/en/commands/hugo_mod_init.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_content.md

index 447c97c968a3e23a396a6a81c4e22b2eb326aea2..1dbf4c0deb23bed34672a76f081afcb909177f15 100644 (file)
@@ -18,8 +18,12 @@ hugo config [command] [flags]
 ### Options
 
 ```
-      --format string   preferred file format (toml, yaml or json) (default "toml")
-  -h, --help            help for config
+  -b, --baseURL string      hostname (and path) to the root, e.g. https://spf13.com/
+      --cacheDir string     filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+  -c, --contentDir string   filesystem path to content directory
+      --format string       preferred file format (toml, yaml or json) (default "toml")
+  -h, --help                help for config
+  -t, --theme strings       themes to use (located in /themes/THEMENAME/)
 ```
 
 ### Options inherited from parent commands
index 9ec0a5e7fe95fc46c45815ecff68bcaace6b31bc..e4c4cf8c561632b9e6d0b265ddf40dda04c3035a 100644 (file)
@@ -14,7 +14,11 @@ hugo config mounts [flags] [args]
 ### Options
 
 ```
-  -h, --help   help for mounts
+  -b, --baseURL string      hostname (and path) to the root, e.g. https://spf13.com/
+      --cacheDir string     filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+  -c, --contentDir string   filesystem path to content directory
+  -h, --help                help for mounts
+  -t, --theme strings       themes to use (located in /themes/THEMENAME/)
 ```
 
 ### Options inherited from parent commands
index ad97610cd34fd6bffd00cc0a66a2dfb6c72b5899..7878fe178f2f6389e9c538f92ab2df8ca0fed24a 100644 (file)
@@ -18,9 +18,13 @@ hugo mod clean [flags] [args]
 ### Options
 
 ```
-      --all              clean entire module cache
-  -h, --help             help for clean
-      --pattern string   pattern matching module paths to clean (all if not set), e.g. "**hugo*"
+      --all                 clean entire module cache
+  -b, --baseURL string      hostname (and path) to the root, e.g. https://spf13.com/
+      --cacheDir string     filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+  -c, --contentDir string   filesystem path to content directory
+  -h, --help                help for clean
+      --pattern string      pattern matching module paths to clean (all if not set), e.g. "**hugo*"
+  -t, --theme strings       themes to use (located in /themes/THEMENAME/)
 ```
 
 ### Options inherited from parent commands
index 79ff3170f331bcf2c2d9d8f0b311fffd1e2958bd..fa1d66602b9536666dcd04edcca88013203016b0 100644 (file)
@@ -20,8 +20,12 @@ hugo mod graph [flags] [args]
 ### Options
 
 ```
-      --clean   delete module cache for dependencies that fail verification
-  -h, --help    help for graph
+  -b, --baseURL string      hostname (and path) to the root, e.g. https://spf13.com/
+      --cacheDir string     filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+      --clean               delete module cache for dependencies that fail verification
+  -c, --contentDir string   filesystem path to content directory
+  -h, --help                help for graph
+  -t, --theme strings       themes to use (located in /themes/THEMENAME/)
 ```
 
 ### Options inherited from parent commands
index ad4501b644266f24f76c33220ef17968f3857116..af1575b734f6f96489916ad5adefe8c7ae833bf6 100644 (file)
@@ -25,7 +25,11 @@ hugo mod init [flags] [args]
 ### Options
 
 ```
-  -h, --help   help for init
+  -b, --baseURL string      hostname (and path) to the root, e.g. https://spf13.com/
+      --cacheDir string     filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+  -c, --contentDir string   filesystem path to content directory
+  -h, --help                help for init
+  -t, --theme strings       themes to use (located in /themes/THEMENAME/)
 ```
 
 ### Options inherited from parent commands
index aadac772be7241902274b507848624f51f88d7a4..6236499099dc1c946e8badb7478d010a50adb5cc 100644 (file)
@@ -28,7 +28,11 @@ hugo mod npm pack [flags] [args]
 ### Options
 
 ```
-  -h, --help   help for pack
+  -b, --baseURL string      hostname (and path) to the root, e.g. https://spf13.com/
+      --cacheDir string     filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+  -c, --contentDir string   filesystem path to content directory
+  -h, --help                help for pack
+  -t, --theme strings       themes to use (located in /themes/THEMENAME/)
 ```
 
 ### Options inherited from parent commands
index 9c665f1c5bac829a81625a7acb5ad86796835696..31558a55bf2f3d303fdb05a0e481f50656e4e1b1 100644 (file)
@@ -14,7 +14,11 @@ hugo mod tidy [flags] [args]
 ### Options
 
 ```
-  -h, --help   help for tidy
+  -b, --baseURL string      hostname (and path) to the root, e.g. https://spf13.com/
+      --cacheDir string     filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+  -c, --contentDir string   filesystem path to content directory
+  -h, --help                help for tidy
+  -t, --theme strings       themes to use (located in /themes/THEMENAME/)
 ```
 
 ### Options inherited from parent commands
index 42c04609a757490d66bbcb5d91892fabebf0ca30..42d19b36e5192173982149da21d58ce47a409c7c 100644 (file)
@@ -20,7 +20,11 @@ hugo mod vendor [flags] [args]
 ### Options
 
 ```
-  -h, --help   help for vendor
+  -b, --baseURL string      hostname (and path) to the root, e.g. https://spf13.com/
+      --cacheDir string     filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+  -c, --contentDir string   filesystem path to content directory
+  -h, --help                help for vendor
+  -t, --theme strings       themes to use (located in /themes/THEMENAME/)
 ```
 
 ### Options inherited from parent commands
index 9cddcbc25d184d79de7e946e855c07ebb1745769..861ef575265beb5e8e7c128a37338318b2bec7b0 100644 (file)
@@ -18,8 +18,12 @@ hugo mod verify [flags] [args]
 ### Options
 
 ```
-      --clean   delete module cache for dependencies that fail verification
-  -h, --help    help for verify
+  -b, --baseURL string      hostname (and path) to the root, e.g. https://spf13.com/
+      --cacheDir string     filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+      --clean               delete module cache for dependencies that fail verification
+  -c, --contentDir string   filesystem path to content directory
+  -h, --help                help for verify
+  -t, --theme strings       themes to use (located in /themes/THEMENAME/)
 ```
 
 ### Options inherited from parent commands
index 8880f00c47ccba5eb7ce30b88f7f668e673d2836..fdacc65963be31f8529e774187688069cfbcd6a9 100644 (file)
@@ -25,11 +25,15 @@ hugo new content [path] [flags]
 ### Options
 
 ```
-      --editor string   edit new content with this editor, if provided
-  -f, --force           overwrite file if it already exists
-      --format string   preferred file format (toml, yaml or json) (default "toml")
-  -h, --help            help for content
-  -k, --kind string     content type to create
+  -b, --baseURL string      hostname (and path) to the root, e.g. https://spf13.com/
+      --cacheDir string     filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+  -c, --contentDir string   filesystem path to content directory
+      --editor string       edit new content with this editor, if provided
+  -f, --force               overwrite file if it already exists
+      --format string       preferred file format (toml, yaml or json) (default "toml")
+  -h, --help                help for content
+  -k, --kind string         content type to create
+  -t, --theme strings       themes to use (located in /themes/THEMENAME/)
 ```
 
 ### Options inherited from parent commands