summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_mod_clean.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-19 22:28:06 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-19 22:28:06 +0100
commita5ebdf7d17e6c6a9dc686cf8f7cd8e0a1bab5f2d (patch)
treeeb27b1ad214aa8dd62cab934c1773bf33ad7a989 /docs/content/en/commands/hugo_mod_clean.md
parent9bdedb251c7cd8f8af800c7d9914cf84292c5c50 (diff)
docs: Regenerate CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_mod_clean.md')
-rw-r--r--docs/content/en/commands/hugo_mod_clean.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/content/en/commands/hugo_mod_clean.md b/docs/content/en/commands/hugo_mod_clean.md
index ef21ddfcd..db35a9522 100644
--- a/docs/content/en/commands/hugo_mod_clean.md
+++ b/docs/content/en/commands/hugo_mod_clean.md
@@ -1,16 +1,16 @@
---
-date: 2019-07-31
+date: 2020-02-19
title: "hugo mod clean"
slug: hugo_mod_clean
url: /commands/hugo_mod_clean/
---
## hugo mod clean
-Delete the entire Hugo Module cache.
+Delete the Hugo Module cache for the current project.
### Synopsis
-Delete the entire Hugo Module cache.
+Delete the Hugo Module cache for the current project.
Note that after you run this command, all of your dependencies will be re-downloaded next time you run "hugo".
@@ -25,7 +25,8 @@ hugo mod clean [flags]
### Options
```
- -h, --help help for clean
+ -h, --help help for clean
+ --pattern string pattern matching module paths to clean (all if not set), e.g. "**hugo*"
```
### Options inherited from parent commands
@@ -49,4 +50,4 @@ hugo mod clean [flags]
* [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers.
-###### Auto generated by spf13/cobra on 31-Jul-2019
+###### Auto generated by spf13/cobra on 19-Feb-2020