added documentation of -concise flag for plan (#1356)

Signed-off-by: Shashwat Pandey <72958686+SypherSP@users.noreply.github.com>
This commit is contained in:
Shashwat Pandey 2024-03-11 16:33:54 +05:30 committed by GitHub
parent 85c9bb2418
commit e539576a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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