https://pulumi.com logo
e

elegant-crayon-4967

02/11/2020, 9:08 PM
I previously created some secrets using
pulumi config set --secret …
Now I want to remove those so I can run the stack from a different location. Just clearing them out of my local config file didn’t seem to do anything
h

handsome-actor-1155

02/11/2020, 9:10 PM
Did you try
pulumi config rm <key>
?
e

elegant-crayon-4967

02/11/2020, 9:13 PM
I did, but running stack on a different machine still compains
h

handsome-actor-1155

02/11/2020, 9:14 PM
Try
pulumi config refresh
to update the new machine
e

elegant-crayon-4967

02/11/2020, 9:21 PM
thanks, will try that. Running in a pipeline now, so I may need a new step for refresh
👍 1
thanks the refresh seemed to help!
h

handsome-actor-1155

02/11/2020, 9:45 PM
Glad it worked!