This message was deleted.
s
This message was deleted.
l
Would the --json output be helpful here?
s
mm could be, guess i could reformat it. i kind of like the formatting of the stack preview output, it's just intermingled with lines like
Copy code
Previewing update (dev):
[resource plugin gcp-1.2.0] installing
Downloading plugin: 0 B / 29.00 MiB    0.00%
Downloading plugin: 20.00 MiB / 29.00 MiB   68.96%
Downloading plugin: 29.00 MiB / 29.00 MiB  100.00%
Downloading plugin: 29.00 MiB / 29.00 MiB  100.00%
Downloading plugin: 29.00 MiB / 29.00 MiB  100.00%
Downloading plugin: 29.00 MiB / 29.00 MiB  100.00%
Downloading plugin: 29.00 MiB / 29.00 MiB  100.00%
Downloading plugin: 29.00 MiB / 29.00 MiB  100.00% 1s
Moving plugin... done.
   pulumi:pulumi:Stack pypul-dev running
   gcp:storage:Bucket my-bucket  [diff: -bucketPolicyOnly,cors,labels,lifecycleRules,project,requesterPays~provider]
   pulumi:pulumi:Stack pypul-dev
l
You could manually install the plugin first so that this output won't appear.
pulumi plugin install
https://www.pulumi.com/docs/reference/cli/pulumi_plugin_install/ other than that,
pulumi preview --json
is probably your best bet.
s
cool thanks @lemon-agent-27707++