From e539576a849e1ae9e2f39d94796141e8384e7774 Mon Sep 17 00:00:00 2001 From: Shashwat Pandey <72958686+SypherSP@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:33:54 +0530 Subject: [PATCH] added documentation of -concise flag for plan (#1356) Signed-off-by: Shashwat Pandey <72958686+SypherSP@users.noreply.github.com> --- website/docs/cli/commands/plan.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/cli/commands/plan.mdx b/website/docs/cli/commands/plan.mdx index 89faa4ef2c..ae4fe7b9db 100644 --- a/website/docs/cli/commands/plan.mdx +++ b/website/docs/cli/commands/plan.mdx @@ -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