mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
docs: Regen CLI docs
This commit is contained in:
@@ -10,12 +10,11 @@ Vendor all module dependencies into the _vendor directory.
|
||||
### Synopsis
|
||||
|
||||
Vendor all module dependencies into the _vendor directory.
|
||||
|
||||
If a module is vendored, that is where Hugo will look for it's dependencies.
|
||||
|
||||
If a module is vendored, that is where Hugo will look for it's dependencies.
|
||||
|
||||
|
||||
```
|
||||
hugo mod vendor [flags]
|
||||
hugo mod vendor [flags] [args]
|
||||
```
|
||||
|
||||
### Options
|
||||
@@ -31,6 +30,7 @@ hugo mod vendor [flags]
|
||||
--config string config file (default is hugo.yaml|json|toml)
|
||||
--configDir string config dir (default "config")
|
||||
--debug debug output
|
||||
-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
|
||||
|
Reference in New Issue
Block a user