mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Modified terraform get command (#26465)
-Added PATH -Added -no-color option
This commit is contained in:
parent
f0edb192b3
commit
2f091836c9
@ -13,7 +13,7 @@ The `terraform get` command is used to download and update
|
||||
|
||||
## Usage
|
||||
|
||||
Usage: `terraform get [options]`
|
||||
Usage: `terraform get [options] PATH`
|
||||
|
||||
The modules are downloaded into a `.terraform` subdirectory of the current
|
||||
working directory. Don't commit this directory to your version control
|
||||
@ -23,3 +23,5 @@ The `get` command supports the following option:
|
||||
|
||||
* `-update` - If specified, modules that are already downloaded will be
|
||||
checked for updates and the updates will be downloaded if present.
|
||||
|
||||
* `-no-color` - Disable text coloring in the output.
|
||||
|
Loading…
Reference in New Issue
Block a user