pulumi/pkg
Justin Van Patten c29776e561
Support project config keys in templates and -c (#1841)
Previously, we only supported config keys that included a ':' delimiter
in config keys specified in the template manifest and in `-c` flags to
`new` and `up`. This prevented the use of project keys in the template
manifest and made it more difficult to pass such keys with `-c`,
effectively preventing the use of `new pulumi.Config()` in project code.

This change fixes this by allowing config keys that don't have a
delimiter in the template manifest and `-c` flags. In such cases, the
project name is automatically prepended behind the scenes, the same as
what `pulumi config set` does.
2018-08-30 14:56:13 -07:00
..
apitype Don't try to convert a checkpoint's Latest field if nil (#1800) 2018-08-20 13:47:49 -07:00
backend Fix some potential bugs in the refresher. (#1845) 2018-08-29 21:00:05 -07:00
diag Add support for providing a log stream-id to our RPC interface. (#1627) 2018-07-11 15:04:00 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Fix some potential bugs in the refresher. (#1845) 2018-08-29 21:00:05 -07:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Save resources obtained from ".get" in the snapshot (#1654) 2018-08-03 14:06:00 -07:00
resource Fix some potential bugs in the refresher. (#1845) 2018-08-29 21:00:05 -07:00
testing Support for more ProgramTestOptions in With (#1844) 2018-08-30 11:08:19 -05:00
tokens Remove dead code (#1833) 2018-08-28 14:43:41 -07:00
tools Add a WriteString method to tools/GenWriter. (#1839) 2018-08-29 14:43:20 -07:00
util Support for more ProgramTestOptions in With (#1844) 2018-08-30 11:08:19 -05:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Support project config keys in templates and -c (#1841) 2018-08-30 14:56:13 -07:00