Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert van Gent <rvangent@google.com>2019-05-01 23:25:06 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-06 22:09:33 +0300
commitf4956d9aae69b1cb5715114cf5242fd80a9cabc7 (patch)
treed6dd5884a457576ccd826c41deb18b5ee1593db3 /commands/hugo.go
parent2838d58b1daa0f6a337125c5a64d06215901c5d6 (diff)
deploy: Support invalidating a CloudFront CDN cache
Diffstat (limited to 'commands/hugo.go')
-rw-r--r--commands/hugo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index c6819b054..07f2b95a2 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -213,6 +213,7 @@ func initializeFlags(cmd *cobra.Command, cfg config.Provider) {
"force",
"gc",
"i18n-warnings",
+ "invalidateCDN",
"layoutDir",
"logFile",
"maxDeletes",