1HUGO-MOD-CLEAN(1)Nov(2019) HUGO-MOD-CLEAN(1)Nov(2019)
2
3
4
5Hugo 0.59.1 Hugo Manual
6
7
9 hugo-mod-clean - Delete the entire Hugo Module cache.
10
11
12
14 hugo mod clean [flags]
15
16
17
19 Delete the entire Hugo Module cache.
20
21
22 Note that after you run this command, all of your dependencies will be
23 re-downloaded next time you run "hugo".
24
25
26 Also note that if you configure a positive maxAge for the "modules"
27 file cache, it will also be cleaned as part of "hugo --gc".
28
29
30
32 -h, --help[=false] help for clean
33
34
35
37 --config="" config file (default is path/config.yaml|json|toml)
38
39
40 --configDir="config" config dir
41
42
43 --debug[=false] debug output
44
45
46 -e, --environment="" build environment
47
48
49 --ignoreVendor[=false] ignores any _vendor directory
50
51
52 --log[=false] enable Logging
53
54
55 --logFile="" log File path (if set, logging enabled automatically)
56
57
58 --quiet[=false] build in quiet mode
59
60
61 -s, --source="" filesystem path to read files relative from
62
63
64 --themesDir="" filesystem path to themes directory
65
66
67 -v, --verbose[=false] verbose output
68
69
70 --verboseLog[=false] verbose logging
71
72
73
75 hugo-mod(1)
76
77
78
79 HUGO-MOD-CLEAN(1)Nov(2019)