1HUGO-DEPLOY(1)                    Hugo Manual                   HUGO-DEPLOY(1)
2
3
4

NAME

6       hugo-deploy - Deploy your site to a Cloud provider.
7
8
9

SYNOPSIS

11       hugo deploy [flags]
12
13
14

DESCRIPTION

16       Deploy your site to a Cloud provider.
17
18
19       See  https://gohugo.io/hosting-and-deployment/hugo-deploy/ for detailed
20       documentation.
21
22
23

OPTIONS

25       --confirm[=false]      ask for confirmation before  making  changes  to
26       the target
27
28
29       --dryRun[=false]      dry run
30
31
32       --force[=false]      force upload of all files
33
34
35       -h, --help[=false]      help for deploy
36
37
38       --invalidateCDN[=true]       invalidate the CDN cache listed in the de‐
39       ployment target
40
41
42       --maxDeletes=256      maximum # of files to delete, or -1 to disable
43
44
45       --target=""      target deployment from deployments section  in  config
46       file; defaults to the first one
47
48
49

OPTIONS INHERITED FROM PARENT COMMANDS

51       --clock=""        set   the   clock   used   by   Hugo,   e.g.  --clock
52       2021-11-06T22:30:00.00+09:00
53
54
55       --config=""      config file (default is path/config.yaml|json|toml)
56
57
58       --configDir="config"      config dir
59
60
61       --debug[=false]      debug output
62
63
64       -e, --environment=""      build environment
65
66
67       --ignoreVendorPaths=""      ignores any _vendor for module paths match‐
68       ing the given Glob pattern
69
70
71       --log[=false]      enable Logging
72
73
74       --logFile=""      log File path (if set, logging enabled automatically)
75
76
77       --quiet[=false]      build in quiet mode
78
79
80       -s, --source=""      filesystem path to read files relative from
81
82
83       --themesDir=""      filesystem path to themes directory
84
85
86       -v, --verbose[=false]      verbose output
87
88
89       --verboseLog[=false]      verbose logging
90
91
92

SEE ALSO

94       hugo(1)
95
96
97
98Hugo 0.101.0                       Oct 2022                     HUGO-DEPLOY(1)
Impressum