Also, is there any way to disable this message whe...
# general
c
Also, is there any way to disable this message when running
pulumi config set
PULUMI_ACCESS_TOKEN must be set for login during non-interactive CLI sessions
?
Basically I need to run
pulumi config set --path app.version $VERSION
. This shouldn’t require logging into pulumi.
c
This might just be a bug in our logic for this scenario. As a workaround, I wonder if you ran
pulumi login --local
first. Does that trick the CLI into doing what you want here?
c
I haven’t tested it out since I’m doing this as part of a CI process. I ended up just adding the token in.