We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2076860 commit 1f26656Copy full SHA for 1f26656
src/pkg/cli/estimate.go
@@ -66,7 +66,7 @@ func GeneratePreview(ctx context.Context, project *compose.Project, client clien
66
return "", err
67
}
68
69
- term.Info("Generating deployment preview")
+ term.Info("Generating deployment preview, this may take a few minutes...")
70
var pulumiPreviewLogLines []string
71
options := TailOptions{
72
Deployment: resp.Etag,
0 commit comments