1HUGO-MOD-GRAPH(1)Apr(2020) HUGO-MOD-GRAPH(1)Apr(2020)
2
3
4
5Hugo 0.69.0 Hugo Manual
6
7
9 hugo-mod-graph - Print a module dependency graph.
10
11
12
14 hugo mod graph [flags]
15
16
17
19 Print a module dependency graph with information about module status
20 (disabled, vendored). Note that for vendored modules, that is the ver‐
21 sion listed and not the one from go.mod.
22
23
24
26 -h, --help[=false] help for graph
27
28
29
31 --config="" config file (default is path/config.yaml|json|toml)
32
33
34 --configDir="config" config dir
35
36
37 --debug[=false] debug output
38
39
40 -e, --environment="" build environment
41
42
43 --ignoreVendor[=false] ignores any _vendor directory
44
45
46 --log[=false] enable Logging
47
48
49 --logFile="" log File path (if set, logging enabled automatically)
50
51
52 --quiet[=false] build in quiet mode
53
54
55 -s, --source="" filesystem path to read files relative from
56
57
58 --themesDir="" filesystem path to themes directory
59
60
61 -v, --verbose[=false] verbose output
62
63
64 --verboseLog[=false] verbose logging
65
66
67
69 hugo-mod(1)
70
71
72
73 HUGO-MOD-GRAPH(1)Apr(2020)