diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2023-06-19 17:40:17 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2023-06-19 17:40:17 +0200 |
commit | 7241b5fd511cbcd46c88a4e65ae24b96f6e2e8b6 (patch) | |
tree | ec0fee1bc52d3969beee908474f2d6d7bd9f879f /docs/content/en/commands/hugo_mod_npm.md | |
parent | 6dfbd24797f91b18e303eeded2ed27130161b51c (diff) | |
download | hugo-7241b5fd511cbcd46c88a4e65ae24b96f6e2e8b6.tar.gz hugo-7241b5fd511cbcd46c88a4e65ae24b96f6e2e8b6.zip |
docs: Regen CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_mod_npm.md')
-rw-r--r-- | docs/content/en/commands/hugo_mod_npm.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/content/en/commands/hugo_mod_npm.md b/docs/content/en/commands/hugo_mod_npm.md index 8e13a7294..fcd834798 100644 --- a/docs/content/en/commands/hugo_mod_npm.md +++ b/docs/content/en/commands/hugo_mod_npm.md @@ -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 |