pulumi/cmd
Matt Ellis 15a0692ac8 Support using short names for config keys
Previously, you had to fully qualify configuration values (e.g
example:config:message). As a convience, let's support adding
configuration values where the key is not a fully qualified module
member. In this case, we'll treat the key as if
`<program-name>:config:` had been prepended to it.

In addition, when we print config, shorten keys of the form
`<program-name>:config:<key-name>` to `<key-name>`.

I've updated one integration test to use the new syntax and left the
other as is to ensure both continue to work.
2017-10-16 16:10:24 -07:00
..
lumidl Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
config.go Support using short names for config keys 2017-10-16 16:10:24 -07:00
destroy.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
preview.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
provider_local.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
pulumi.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_init.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_ls.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_rm.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_select.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
update.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
util.go Support using short names for config keys 2017-10-16 16:10:24 -07:00
version.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00