pulumi/pkg/backend
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
..
display Ensure we show the properties that changed when doing a multi-stage replace. (#2153) 2018-11-05 12:37:53 -08:00
filestate Add a --config-file option for stack ops (#2258) 2018-11-30 15:11:05 -08:00
httpstate Add a --config-file option for stack ops (#2258) 2018-11-30 15:11:05 -08:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't prompt if you want to continue when --skip-preview is passed 2018-10-26 15:41:29 -07:00
backend.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
snapshot.go Use Infof instead of Info when formatting 2018-10-29 18:06:04 -05:00
snapshot_test.go Elide unnecessary checkpoint writes. (#1798) 2018-08-20 14:14:50 -07:00
stack.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
updates.go Fix error when canceling update (#2254) 2018-11-29 12:54:05 -08:00