1HUGO-MOD-GRAPH(1) Hugo Manual HUGO-MOD-GRAPH(1)
2
3
4
6 hugo-mod-graph - Print a module dependency graph.
7
8
9
11 hugo mod graph [flags]
12
13
14
16 Print a module dependency graph with information about module status
17 (disabled, vendored). Note that for vendored modules, that is the ver‐
18 sion listed and not the one from go.mod.
19
20
21
23 -h, --help[=false] help for graph
24
25
26
28 --clock="" set the clock used by Hugo, e.g. --clock
29 2021-11-06T22:30:00.00+09:00
30
31
32 --config="" config file (default is hugo.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.111.3 Jul 2023 HUGO-MOD-GRAPH(1)