does anyone use the `pulumi logs` command? This se...
# general
s
does anyone use the
pulumi logs
command? This seems really cool and useful but every time i go to use it i get
error: failed to get logs:
* no AWS region found
Seems to be a common issue https://github.com/pulumi/pulumi/issues/1926 Perhaps related to assume-role style auth?
b
@strong-helmet-83704 the provider auth and the cli auth are different. how do you auth to aws?
s
using an sts assume-role pattern…
b
do you set the region in your stack and also in your aws profile?
s
set via env var and in the stack config
Now i see
Copy code
pulumi logs -f -v=9                                                                                                                                                               
Collecting logs for stack
But no other output
I just realized this is an experimental feature. Is there any plan to support this? it seems very useful…