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 --clock="" set the clock used by Hugo, e.g. --clock
33 2021-11-06T22:30:00.00+09:00
34
35
36 --config="" config file (default is hugo.yaml|json|toml)
37
38
39 --configDir="config" config dir
40
41
42 --debug[=false] debug output
43
44
45 -e, --environment="" build environment
46
47
48 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
49 ing the given Glob pattern
50
51
52 --log[=false] enable Logging
53
54
55 --logFile="" log File path (if set, logging enabled automatically)
56
57
58 --quiet[=false] build in quiet mode
59
60
61 -s, --source="" filesystem path to read files relative from
62
63
64 --themesDir="" filesystem path to themes directory
65
66
67 -v, --verbose[=false] verbose output
68
69
70 --verboseLog[=false] verbose logging
71
72
73
75 hugo-mod(1)
76
77
78
79Hugo 0.111.3 Jul 2023 HUGO-MOD-VERIFY(1)