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

NAME

6       hugo-mod-tidy - Remove unused entries in go.mod and go.sum.
7
8
9

SYNOPSIS

11       hugo mod tidy [flags]
12
13
14

DESCRIPTION

16       Remove unused entries in go.mod and go.sum.
17
18
19

OPTIONS

21       -h, --help[=false]      help for tidy
22
23
24

OPTIONS INHERITED FROM PARENT COMMANDS

26       --config=""      config file (default is path/config.yaml|json|toml)
27
28
29       --configDir="config"      config dir
30
31
32       --debug[=false]      debug output
33
34
35       -e, --environment=""      build environment
36
37
38       --ignoreVendorPaths=""      ignores any _vendor for module paths match‐
39       ing the given Glob pattern
40
41
42       --log[=false]      enable Logging
43
44
45       --logFile=""      log File path (if set, logging enabled automatically)
46
47
48       --quiet[=false]      build in quiet mode
49
50
51       -s, --source=""      filesystem path to read files relative from
52
53
54       --themesDir=""      filesystem path to themes directory
55
56
57       -v, --verbose[=false]      verbose output
58
59
60       --verboseLog[=false]      verbose logging
61
62
63

SEE ALSO

65       hugo-mod(1)
66
67
68
69Hugo 0.98.0                        Jul 2022                   HUGO-MOD-TIDY(1)
Impressum