i am runnning a `pulumi stack init` command with a...
# general
n
i am runnning a
pulumi stack init
command with a
--secrets-provider
arg and it’s just sitting there with no logging or anything. i attempted to also run with
-v 4
arg to no avail. what do i need to do to get some kind of logging to tell me why this command isn’t working? if it helps, I am using azurekeyvault, the key is RSA-2048, and the whole command looks like
Copy code
pulumi stack init MyOrganization/dev --secrets-provider="<azurekeyvault://my-kv-name.vault.azure.net/keys/pulumi-secrets>"