pulumi/pkg/backend/filestate
Pat Gavlin 9c5526e7dd
Add a --config-file option for stack ops (#2258)
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.
2018-11-30 15:11:05 -08:00
..
backend.go Add a --config-file option for stack ops (#2258) 2018-11-30 15:11:05 -08:00
crypto.go Add a --config-file option for stack ops (#2258) 2018-11-30 15:11:05 -08:00
snapshot.go Rename backend packages 2018-09-05 07:32:42 -07:00
stack.go Change backend.ListStacks to return a new StackSummary interface (#1931) 2018-09-13 20:54:42 -07:00
state.go Add a --config-file option for stack ops (#2258) 2018-11-30 15:11:05 -08:00