try tracing by adding `--logflow --tracing=file:./...
# general
b
try tracing by adding
--logflow --tracing=file:./tracefile --verbose 9
to the end of the command, then you can look through the tracefile with
PULUMI_DEBUG_COMMANDS=1 pulumi view-trace ./tracefile
to see where it might be hanging
👍 1