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

NAME

6       hugo-mod-vendor  -  Vendor all module dependencies into the _vendor di‐
7       rectory.
8
9
10

SYNOPSIS

12       hugo mod vendor [flags]
13
14
15

DESCRIPTION

17       Vendor all module dependencies into the _vendor directory.
18
19
20       If a module is vendored, that is where Hugo will look for  it's  depen‐
21       dencies.
22
23
24

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

31       --clock=""        set   the   clock   used   by   Hugo,   e.g.  --clock
32       2021-11-06T22:30:00.00+09:00
33
34
35       --config=""      config file (default is hugo.yaml|json|toml)
36
37
38       --configDir="config"      config dir
39
40
41       --debug[=false]      debug output
42
43
44       -e, --environment=""      build environment
45
46
47       --ignoreVendorPaths=""      ignores any _vendor for module paths match‐
48       ing the given Glob pattern
49
50
51       --log[=false]      enable Logging
52
53
54       --logFile=""      log File path (if set, logging enabled automatically)
55
56
57       --quiet[=false]      build in quiet mode
58
59
60       -s, --source=""      filesystem path to read files relative from
61
62
63       --themesDir=""      filesystem path to themes directory
64
65
66       -v, --verbose[=false]      verbose output
67
68
69       --verboseLog[=false]      verbose logging
70
71
72

SEE ALSO

74       hugo-mod(1)
75
76
77
78Hugo 0.111.3                       Jul 2023                 HUGO-MOD-VENDOR(1)
Impressum