1HUGO-MOD-VERIFY(1)                Hugo Manual               HUGO-MOD-VERIFY(1)
2
3
4

NAME

6       hugo-mod-verify - Verify dependencies.
7
8
9

SYNOPSIS

11       hugo mod verify [flags]
12
13
14

DESCRIPTION

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

OPTIONS

23       --clean[=false]       delete  module  cache  for dependencies that fail
24       verification
25
26
27       -h, --help[=false]      help for verify
28
29
30

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

71       hugo-mod(1)
72
73
74
75Hugo 0.93.3                        May 2022                 HUGO-MOD-VERIFY(1)
Impressum