This message was deleted.
# general
s
This message was deleted.
l
Heh, figured it out. I was trying all the pulumi commands to find anything that gave a more helpful error message, and got this:
Copy code
$ pulumi config
error: yaml: unmarshal errors:
  line 22: mapping key "REDIS_ENABLED" already defined at line 16
  line 23: mapping key "REQUIRE_HTTPS" already defined at line 17
Once I'd resolved the double key problem in my stack file, it worked. The error message is a bit of a bug though