Is there a programmatic way to do the pulumi login...
# automation-api
w
Is there a programmatic way to do the pulumi login?
b
not at this time, no. you'll need to shell/exec in your language of choice
you can also build the
.pulumi/config.json
and
.pulumi/credentials.json
by hand
f
Like to refer to the bucket where my state is located and then use the automation api.
Do you need to log in for S3-like backends?
w
Thanks , would be nice if the call was part of the automation api