mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-13 23:01:11 +01:00
822 B
822 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| docs | Command: get | docs-commands-get | The `vault get` command is used to download and update modules. |
Command: get
The vault get command is used to download and update
modules.
Usage
Usage: vault get [options] [dir]
The modules are downloaded into a local .vault folder. This
folder should not be committed to version control.
If a module is already downloaded and the -update flag is not set,
Vault will do nothing. As a result, it is safe (and fast) to run this
command multiple times.
The command-line flags are all optional. The list of available flags are:
-update- If specified, modules that are already downloaded will be checked for updates and the updates will be downloaded if present.