summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_mod_npm_pack.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-05-28 13:07:47 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-05-28 13:07:47 +0200
commit20ea2e0c65f6bd5b886bfc4370df22f42e5fd141 (patch)
tree11d7d3a78ced55d0e432264be1d094cd61b18be3 /docs/content/en/commands/hugo_mod_npm_pack.md
parent51d0a0ab01157e65fcc8a90389559489ce98765a (diff)
docs: Regenerate CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_mod_npm_pack.md')
-rw-r--r--docs/content/en/commands/hugo_mod_npm_pack.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/en/commands/hugo_mod_npm_pack.md b/docs/content/en/commands/hugo_mod_npm_pack.md
index aadac772b..623649909 100644
--- a/docs/content/en/commands/hugo_mod_npm_pack.md
+++ b/docs/content/en/commands/hugo_mod_npm_pack.md
@@ -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