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