mirror of https://github.com/pulumi/pulumi.git
9c5526e7dd
This option allows the user to override the file used to fetch and store configuration information for a stack. It is available for the config, destroy, logs, preview, refresh, and up commands. Note that this option is not persistent: if it is not specified, the stack's default configuration will be used. If an alternate config file is used exclusively for a stack, it must be specified to all commands that interact with that stack. This option can be used to share plaintext configuration across multiple stacks. It cannot be used to share secret configuration, as secrets are associated with a particular stack and cannot be decryptex by other stacks. |
||
---|---|---|
.. | ||
backend.go | ||
crypto.go | ||
snapshot.go | ||
stack.go | ||
state.go |