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
@ -304,6 +304,9 @@ The available options are:
|
|||||||
if you are running OpenTofu in a context where its output will be
|
if you are running OpenTofu in a context where its output will be
|
||||||
rendered by a system that cannot interpret terminal formatting.
|
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
|
* `-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
|
opaque file format that you can later pass to `tofu apply` to execute
|
||||||
the planned changes, and to some other OpenTofu commands that can work with
|
the planned changes, and to some other OpenTofu commands that can work with
|
||||||
|
Loading…
Reference in New Issue
Block a user