1HUGO-MOD-VERIFY(1) Hugo Manual HUGO-MOD-VERIFY(1)
2
3
4
6 hugo-mod-verify - Verify dependencies.
7
8
9
11 hugo mod verify [flags]
12
13
14
16 Verify checks that the dependencies of the current module, which are
17 stored in a local downloaded source cache, have not been modified since
18 being downloaded.
19
20
21
23 --clean[=false] delete module cache for dependencies that fail
24 verification
25
26
27 -h, --help[=false] help for verify
28
29
30
32 --config="" config file (default is path/config.yaml|json|toml)
33
34
35 --configDir="config" config dir
36
37
38 --debug[=false] debug output
39
40
41 -e, --environment="" build environment
42
43
44 --ignoreVendor[=false] ignores any _vendor directory
45
46
47 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
48 ing the given Glob pattern
49
50
51 --log[=false] enable Logging
52
53
54 --logFile="" log File path (if set, logging enabled automatically)
55
56
57 --quiet[=false] build in quiet mode
58
59
60 -s, --source="" filesystem path to read files relative from
61
62
63 --themesDir="" filesystem path to themes directory
64
65
66 -v, --verbose[=false] verbose output
67
68
69 --verboseLog[=false] verbose logging
70
71
72
74 hugo-mod(1)
75
76
77
78Hugo 0.80.0 Jan 2021 HUGO-MOD-VERIFY(1)