mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
added documentation of -concise flag for plan (#1356)
Signed-off-by: Shashwat Pandey <72958686+SypherSP@users.noreply.github.com>
This commit is contained in:
parent
85c9bb2418
commit
e539576a84
@ -303,6 +303,9 @@ The available options are:
|
||||
* `-no-color` - Disables terminal formatting sequences in the output. Use this
|
||||
if you are running OpenTofu in a context where its output will be
|
||||
rendered by a system that cannot interpret terminal formatting.
|
||||
|
||||
* `-concise` - Displays plan output in a concise way. It skips showing the
|
||||
refreshing log lines.
|
||||
|
||||
* `-out=FILENAME` - Writes the generated plan to the given filename in an
|
||||
opaque file format that you can later pass to `tofu apply` to execute
|
||||
|
Loading…
Reference in New Issue
Block a user