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 --config="" config file (default is path/config.yaml|json|toml)
29
30
31 --configDir="config" config dir
32
33
34 --debug[=false] debug output
35
36
37 -e, --environment="" build environment
38
39
40 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
41 ing the given Glob pattern
42
43
44 --log[=false] enable Logging
45
46
47 --logFile="" log File path (if set, logging enabled automatically)
48
49
50 --quiet[=false] build in quiet mode
51
52
53 -s, --source="" filesystem path to read files relative from
54
55
56 --themesDir="" filesystem path to themes directory
57
58
59 -v, --verbose[=false] verbose output
60
61
62 --verboseLog[=false] verbose logging
63
64
65
67 hugo-mod(1)
68
69
70
71Hugo 0.93.3 May 2022 HUGO-MOD-GRAPH(1)