https://pulumi.com logo
c

cool-egg-852

12/05/2019, 8:35 PM
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

colossal-beach-47527

12/05/2019, 9:27 PM
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

cool-egg-852

12/05/2019, 9:38 PM
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.