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

SEE ALSO

90       hugo(1)
91
92
93
94Hugo 0.98.0                        Jul 2022                     HUGO-DEPLOY(1)
Impressum