powerful-football-81694
01/07/2019, 2:04 PMpreview
and update
operations, but which are not config values stored in the stack but rather set and known by the release job on a per-release basis.-c, --config stringArray Config to use during the update
update
and not on preview
.microscopic-florist-22719
pulumi config set ... && pulumi update
, though?powerful-football-81694
01/07/2019, 8:06 PMpulumi config set
just seems wrong, because this value is really not configuration that I'd like persisted in the stack. The value is by nature more of a parameter than a configuration value - if that makes sense?microscopic-florist-22719
env
property of the Node.JS process
object: process.env["MYENVVAR"]
import os
print(os.environ["MYENVVAR"])
powerful-football-81694
01/07/2019, 8:41 PM