https://pulumi.com logo
Title
r

rhythmic-vegetable-87369

06/02/2020, 1:19 AM
Hi all! I'm trying to use pulumi in my release pipeline and use blobs to maintain state. My release pipeline keeps on throwing the "Pulumi CLI login command failed" error. I have configured the env variables as well. Any ideas as to how I could get this sorted out? Thanks in advance.
I managed to fix the login issue
w

white-balloon-205

06/02/2020, 2:37 AM
Out of curiosity - what was the issue? We are planning some documentation and product work in this area and would love to make sure we address the issue that led you to problems here initially.
r

rhythmic-vegetable-87369

06/02/2020, 3:12 AM
"pulumi login" part was the issue. When I just used "-c azblob://state" it worked.
c

clever-sunset-76585

06/02/2020, 5:17 AM
Hi Mifla! Yep, the
loginArgs
input takes just the optional args accepted by the
login
command. You do not need to add the
pulumi login
command in there.
👍 1