summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-modules/use-modules.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-18 12:17:16 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-18 12:17:16 +0100
commit775c7c2474d8797c96c9ac529a3cd93c0c2d3514 (patch)
tree251cca5cde1de2facafa996920af646fdc92a7fd /docs/content/en/hugo-modules/use-modules.md
parenteada236f87d9669885da1ff647672bb3dc6b4954 (diff)
commands: Support "hugo mod get -u ./..."
Fixes #6828
Diffstat (limited to 'docs/content/en/hugo-modules/use-modules.md')
-rw-r--r--docs/content/en/hugo-modules/use-modules.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/content/en/hugo-modules/use-modules.md b/docs/content/en/hugo-modules/use-modules.md
index 71430700a..b5f9deadd 100644
--- a/docs/content/en/hugo-modules/use-modules.md
+++ b/docs/content/en/hugo-modules/use-modules.md
@@ -46,6 +46,15 @@ Some examples:
```bash
hugo mod get -u
```
+
+### Update All Modules Recursively
+
+{{< new-in "0.65.0" >}}
+
+```bash
+hugo mod get -u ./...
+```
+
### Update One Module
```bash