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       --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       --ignoreVendorPaths=""      ignores any _vendor for module paths match‐
44       ing the given Glob pattern
45
46
47       --log[=false]      enable Logging
48
49
50       --logFile=""      log File path (if set, logging enabled automatically)
51
52
53       --quiet[=false]      build in quiet mode
54
55
56       -s, --source=""      filesystem path to read files relative from
57
58
59       --themesDir=""      filesystem path to themes directory
60
61
62       -v, --verbose[=false]      verbose output
63
64
65       --verboseLog[=false]      verbose logging
66
67
68

SEE ALSO

70       hugo-mod(1)
71
72
73
74Hugo 0.98.0                        Jul 2022                 HUGO-MOD-VENDOR(1)
Impressum