You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #1081, we noticed that pulumi login wasn't respecting the configuration in Pulumi.yaml, and thus errored out when no cloud-url was given in the action. We should improve pulumi login, so it takes the setting in Pulumi.yaml into account if that file is available to reduce confusion for users.
OK had a look into this and pulumi logindoes respect the backend set in the Pulumi.yaml. It looks like the issue is actions isn't running the initial login command in the same directory as all the other commands.
tlinhart
added a commit
to tlinhart/actions
that referenced
this issue
Oct 22, 2024
While working on #1081, we noticed that
pulumi login
wasn't respecting the configuration inPulumi.yaml
, and thus errored out when nocloud-url
was given in the action. We should improvepulumi login
, so it takes the setting inPulumi.yaml
into account if that file is available to reduce confusion for users./xref https://github.com/pulumi/home/issues/3298
The text was updated successfully, but these errors were encountered: