summaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authordavidejones <david@davidejones.com>2023-03-03 16:52:31 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-03-07 15:38:26 +0100
commite6f029bdeef4e1a719c5e77d51006b9007d96646 (patch)
tree361370d8b8afccb04a3738d9200f4ee70e41aa44 /docs/content
parentbdbfacb86846237f968d790bc3819f81800afb08 (diff)
customize parallel transfer count
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/en/commands/hugo_deploy.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/en/commands/hugo_deploy.md b/docs/content/en/commands/hugo_deploy.md
index 4e1d468b7..c3cb9f68d 100644
--- a/docs/content/en/commands/hugo_deploy.md
+++ b/docs/content/en/commands/hugo_deploy.md
@@ -31,6 +31,7 @@ hugo deploy [flags]
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--invalidateCDN invalidate the CDN cache listed in the deployment target (default true)
--maxDeletes int maximum # of files to delete, or -1 to disable (default 256)
+ --transfers int number of file transfers to run in parallel (default 10)
-s, --source string filesystem path to read files relative from
--target string target deployment from deployments section in config file; defaults to the first one
--themesDir string filesystem path to themes directory