1HUGO-MOD-GRAPH(1)Nov(2019)                          HUGO-MOD-GRAPH(1)Nov(2019)
2
3
4
5Hugo 0.59.1 Hugo Manual
6
7

NAME

9       hugo-mod-graph - Print a module dependency graph.
10
11
12

SYNOPSIS

14       hugo mod graph [flags]
15
16
17

DESCRIPTION

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

OPTIONS

26       -h, --help[=false]      help for graph
27
28
29

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

69       hugo-mod(1)
70
71
72
73                                                    HUGO-MOD-GRAPH(1)Nov(2019)
Impressum