mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
docs: Regen CLI docs
This commit is contained in:
@@ -11,9 +11,8 @@ Verify dependencies.
|
||||
|
||||
Verify checks that the dependencies of the current module, which are stored in a local downloaded source cache, have not been modified since being downloaded.
|
||||
|
||||
|
||||
```
|
||||
hugo mod verify [flags]
|
||||
hugo mod verify [flags] [args]
|
||||
```
|
||||
|
||||
### Options
|
||||
@@ -30,6 +29,7 @@ hugo mod verify [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