1HUGO-MOD-VENDOR(1)Nov(2019) HUGO-MOD-VENDOR(1)Nov(2019)
2
3
4
5Hugo 0.59.1 Hugo Manual
6
7
9 hugo-mod-vendor - Vendor all module dependencies into the _vendor
10 directory.
11
12
13
15 hugo mod vendor [flags]
16
17
18
20 Vendor all module dependencies into the _vendor directory.
21
22
23 If a module is vendored, that is where Hugo will look for it's depenā
24 dencies.
25
26
27
29 -h, --help[=false] help for vendor
30
31
32
34 --config="" config file (default is path/config.yaml|json|toml)
35
36
37 --configDir="config" config dir
38
39
40 --debug[=false] debug output
41
42
43 -e, --environment="" build environment
44
45
46 --ignoreVendor[=false] ignores any _vendor directory
47
48
49 --log[=false] enable Logging
50
51
52 --logFile="" log File path (if set, logging enabled automatically)
53
54
55 --quiet[=false] build in quiet mode
56
57
58 -s, --source="" filesystem path to read files relative from
59
60
61 --themesDir="" filesystem path to themes directory
62
63
64 -v, --verbose[=false] verbose output
65
66
67 --verboseLog[=false] verbose logging
68
69
70
72 hugo-mod(1)
73
74
75
76 HUGO-MOD-VENDOR(1)Nov(2019)