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 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
45 ing the given Glob pattern
46
47
48 --log[=false] enable Logging
49
50
51 --logFile="" log File path (if set, logging enabled automatically)
52
53
54 --quiet[=false] build in quiet mode
55
56
57 -s, --source="" filesystem path to read files relative from
58
59
60 --themesDir="" filesystem path to themes directory
61
62
63 -v, --verbose[=false] verbose output
64
65
66 --verboseLog[=false] verbose logging
67
68
69
71 hugo-mod(1)
72
73
74
75Hugo 0.98.0 Jul 2022 HUGO-MOD-VERIFY(1)