From 54b837416cbb4941fbbf5dfd2a0eb2d9caae2b5c Mon Sep 17 00:00:00 2001 From: kmoe <5575356+kmoe@users.noreply.github.com> Date: Tue, 31 May 2022 14:27:21 +0100 Subject: [PATCH] command: mention plan options in refresh help text (#30892) * command: add parallelism option to refresh help text --- internal/command/refresh.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/command/refresh.go b/internal/command/refresh.go index 18891b414e..546d7f0fbd 100644 --- a/internal/command/refresh.go +++ b/internal/command/refresh.go @@ -202,6 +202,8 @@ Options: -no-color If specified, output won't contain any color. + -parallelism=n Limit the number of concurrent operations. Defaults to 10. + -target=resource Resource to target. Operation will be limited to this resource and its dependencies. This flag can be used multiple times.